read_file: read_file

View source: R/read_file.R

read_fileR Documentation

read_file

Description

this function reads in an input file to be used to create the input dataframe.

Usage

read_file(file_path = file_path)

Arguments

file_path

path to the input dataframe

Examples

file_path = "path/to/file"
data = read_file(file_path=file_path)

DCAN-Labs/RFRF documentation built on March 15, 2024, 2:33 p.m.