Description Usage Arguments Value Examples
Retrieve the file info for the file by name OR from the data subdirectory data
1 | getFileInfo(source_info, data = "", file0 = "", path.grep = "")
|
source_info |
Project information in list |
data |
Data file name |
file0 |
Filename not in data |
path.grep |
Path to search for file in |
File information list outcome of search
1 2 3 4 5 | ## Not run:
source_info <- create_source_file_dir("adaprHome","tree_controller.R")
getFileInfo(source_info,file0="read_data.R")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.