importData: Import selected file into the project data directory

Description Usage Arguments Details Examples

Description

Import selected file into the project data directory

Usage

1
importData(datafile = "", project.id = getProject(), overwriteTF = TRUE)

Arguments

datafile

filename can be unspecified

project.id

string indicating which project data directory to copy into

overwriteTF

logical indicating whether to overwrite exist file.

Details

If datafile is "" then a file choose dialogue is created

Examples

1
2
3
4
5
6
## Not run: 
# Will open file browser to copy into adaprHome data directory
importData(project.id="adaprHome")


## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.