Description Usage Arguments Details Examples
Import selected file into the project data directory
1 | importData(datafile = "", project.id = getProject(), overwriteTF = TRUE)
|
datafile |
filename can be unspecified |
project.id |
string indicating which project data directory to copy into |
overwriteTF |
logical indicating whether to overwrite exist file. |
If datafile is "" then a file choose dialogue is created
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.