d9eb9a99 |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RCy3-sandbox.R
\name{setDefaultSandboxPath}
\alias{setDefaultSandboxPath}
\title{setDefaultSandboxPath}
\usage{
setDefaultSandboxPath(newPath)
}
|
05369658 |
\arguments{
\item{newPath}{new path of default sandbox}
}
|
d9eb9a99 |
\value{
default sandbox path
}
\description{
|
dadeff3b |
Set and return the default path, which isn't one of the properties tracked in the default_sandbox.
|
d9eb9a99 |
}
\examples{
\donttest{
setDefaultSandboxPath()
}
}
|