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

View source: R/copyLSN2temp.R

copyLSN2tempR Documentation

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()

Details

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

Value

MiddleFork04.ssn on R's temporary directory

Author(s)

Jay Ver Hoef support@SpatialStreamNetworks.com

Examples


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


SSN documentation built on March 7, 2023, 5:30 p.m.