| read_data_dx | R Documentation |
Reads all .dx files in a folder using readJDX::readJDX().
read_data_dx(foldername, debug = 0, verbose = TRUE)
foldername |
Path to the folder containing JDX files. |
debug |
Debug level passed to |
verbose |
Logical; whether progress messages should be shown. |
A named list with one imported JDX object per file.
folder <- tempdir()
## Not run:
read_data_dx(folder)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.