Learn R Programming

adapr (version 2.0.0)

importData: Import selected file into the project data directory

Description

Import selected file into the project data directory

Usage

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

Run this code
# NOT RUN {
# Will open file browser to copy into adaprHome data directory
importData(project.id="adaprHome")

# }

Run the code above in your browser using DataLab