File: rsconnectConfigDir.Rd

package info (click to toggle)
r-cran-rsconnect 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,044 kB
  • sloc: python: 185; sh: 13; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (2)
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/config.R
\name{rsconnectConfigDir}
\alias{rsconnectConfigDir}
\title{rsconnect Configuration Directory}
\usage{
rsconnectConfigDir(subDir = NULL)
}
\arguments{
\item{subDir}{An optional subdirectory to be included as the last element of
the path.}
}
\value{
The path to the configuration directory.
}
\description{
Forms the path to a location on disk where user-level configuration data for
the package is stored.
}
\keyword{internal}