Description Usage Arguments Value Examples
Creates a list containing information about a file
1 | createFileInfo(path, file, description = "", dbname = "", si = NULL)
|
path |
is the directory file resides |
file |
is the filename |
description |
is the description of the file |
dbname |
is the database name |
si |
is the source_info list default is null |
file info list with path filename fullname description and db.name
1 2 3 4 5 6 | ## Not run:
file0 <- file.path(pullSourceInfo("adaprHome")$project.path,
project.directory.tree$analysis,"read_data.R")
createFileInfo(dirname(file0),basename(file0),"a program that reads")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.