Learn R Programming

SSNbler (version 1.1.0)

copy_streams_to_temp: Copy streams data to temporary directory

Description

Copies the streams data directory to R's temporary directory so the examples in SSNbler do not write to the local library or any other places.

Usage

copy_streams_to_temp()

Arguments

Value

A copy of the Middle Fork streams data residing in R's temporary directory

Details

Copies the Middle Fork data to R's temporary directory

Examples

Run this code
copy_streams_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