tempPath: Generate paths for .ssn folders to be written to tempdir()

Description Usage Arguments Value Examples

View source: R/tempPath.R

Description

This function takes the name of a .ssn folder and returns the full path to that .ssn folder in R's temporary directory.

Usage

1
tempPath(ssn.name)

Arguments

ssn.name

The name of the ssn folder (including .ssn extension) as a string.

Value

The path for the ssn.name folder in R's temporary directory.

Examples

1
2
new.path <- tempPath("s.ssn")
s <- createSSN(5, binomialDesign(10), path = new.path, importToR = TRUE)

apear9/SSNdesign documentation built on Feb. 19, 2020, 4:29 a.m.