powered by
damr comes with a sample DAM2 files in its inst/extdata directory. damr_example allow make them easy to access.
inst/extdata
damr_example
damr_example(path = NULL)damr_example_dir()
damr_example_dir()
Name of file. If NULL, the example files will be listed.
NULL
# NOT RUN { # list all files damr_example() # get path to one file damr_example("M014.txt") # get the directory wih all the files damr_example_dir() # }
Run the code above in your browser using DataLab