load_table: Load a delimited text file

View source: R/load_table.R

load_tableR Documentation

Load a delimited text file

Description

Load a delimited text file

Usage

load_table(obj)

Arguments

obj

A domain object.

Details

Read a file in table format and casts it as a tbl_df (dplyr) object. It must be passed a valid domain object, that may also contain a FileSettings object. The FileSettings object must then contain at least one named item to specify the seperator (sep). If FileSettings is missing default options are used per read.csv. For full description of FileSettings options see the arguments list for read.table

Value

A tbl_df object containing the loaded data


qPharmetra/PMDatR documentation built on April 7, 2024, 5:42 p.m.