importData: Import selected file into the project data directory

Description Usage Arguments Details Examples

View source: R/importData.R

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) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.