Learn R Programming

SSN (version 1.1.7)

copyLSN2temp: Copies the lsn directory MiddleFork04.ssn to R's temporary directory

Description

Copies the lsn directory MiddleFork04.ssn to R's temporary directory so the examples do not write to library or any other places

Usage

copyLSN2temp()

Arguments

Value

MiddleFork04.ssn on R's temporary directory

Details

Copies the lsn directory MiddleFork04.ssn to R's temporary directory

Examples

Run this code

library(SSN)
copyLSN2temp()
getwd()
setwd(tempdir())
getwd()
#if unix-alike use: system('ls')
#if windows use: system('dir')

Run the code above in your browser using DataLab