Learn R Programming

adapr (version 1.0.2)

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")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab