getFileInfo: Retrieve the file info for the file by name OR from the data...

Description Usage Arguments Value Examples

View source: R/Get.file.info.R

Description

Retrieve the file info for the file by name OR from the data subdirectory data

Usage

1
getFileInfo(source_info, data = "", file0 = "", path.grep = "")

Arguments

source_info

Project information in list

data

Data file name

file0

Filename not in data

path.grep

Path to search for file in

Value

File information list outcome of search

Examples

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) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.