File: findPersistentEnv.Rd

package info (click to toggle)
r-bioc-basilisk 1.18.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: python: 12; sh: 4; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/findPersistentEnv.R
\name{findPersistentEnv}
\alias{findPersistentEnv}
\title{Find the persistent environment}
\usage{
findPersistentEnv()
}
\value{
A defunct error message is raised.
}
\description{
Previously used to find a persistent environment inside a \code{\link{basiliskRun}} call, to allow variables to be passed across calls.
This is deprecated in favor of setting \code{persist=TRUE} in \code{\link{basiliskRun}},
which will explicitly pass an environment in which to store persistent variables.
}
\author{
Aaron Lun
}