Learn R Programming

adapr (version 1.0.1)

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

Description

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

Usage

Get.file.info(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

Run this code
## Not run: 
# source_info <- create_source_file_dir("adaprHome","tree_controller.R")
# Get.file.info(source_info,file0="read_data.R")
# ## End(Not run) 

Run the code above in your browser using DataLab