system_load_data {ubiquity}R Documentation

Loading Datasets

Description

Loads datasets at the scripting level from a variable if data_file is a data.frame or from the following formats (based on the file extension)

Multiple datasets can be loaded as long as they are given different names. Datasets should be in a NONMEM-ish format with the first row containing the column header names.

Usage

system_load_data(cfg, dsname, data_file, data_sheet)

Arguments

cfg

ubiquity system object

dsname

short name of the dataset to be used to link this dataset to different operations

data_file

the file name of the dataset or a data frame containing the data

data_sheet

argument identifying the name of the sheet in an excel file

Value

Ubiquity system object with the dataset loaded


[Package ubiquity version 2.0.3 Index]