File: use_rstudio_preferences.Rd

package info (click to toggle)
r-cran-usethis 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: sh: 26; makefile: 17; cpp: 6; ansic: 3
file content (20 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rstudio.R
\name{use_rstudio_preferences}
\alias{use_rstudio_preferences}
\title{Set global RStudio preferences}
\usage{
use_rstudio_preferences(...)
}
\arguments{
\item{...}{<\code{\link[rlang:dyn-dots]{dynamic-dots}}> Property-value pairs.}
}
\value{
A named list of the previous values, invisibly.
}
\description{
This function allows you to set global RStudio preferences, achieving the
same effect programmatically as clicking buttons in RStudio's Global Options.
You can find a list of configurable properties at
\url{https://docs.posit.co/ide/server-pro/reference/session_user_settings.html}.
}