Learn R Programming

SSN2 (version 0.2.1)

copy_lsn_to_temp: Copy LSN to temporary directory

Description

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

Usage

copy_lsn_to_temp()

Arguments

Value

A copy of MiddleFork04.ssn residing in R's temporary directory

Details

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

Examples

Run this code
copy_lsn_to_temp()
# getwd()
# setwd(tempdir())
# getwd()
# if unix-alike, list temporary directory contents using: system('ls')
# if windows, list temporary directory contents using: shell('dir')

Run the code above in your browser using DataLab