get_resmod_table: Open resmod_results.csv file and save output in the dataframe...

View source: R/qa_get_resmod_table.R

get_resmod_tableR Documentation

Open resmod_results.csv file and save output in the dataframe readable for R

Description

Open resmod_results.csv file and save output in the dataframe readable for R

Usage

get_resmod_table(directory, idv, quiet = F)

Arguments

directory

The qa run directory path. Will search for the resmod_results.csv file in the resmod_'idv' folder.

idv

The string of the idv name.

quiet

A logical indicating whether function should not write the warning message if some file not found. By default quiet=FALSE.

Value

The list of two elements: resmod_file_exists - logical argument indicating whether resmod_results.csv file exists in the expected directory resmod_table - a resmod_results.csv data frame


UUPharmacometrics/PsNR documentation built on June 30, 2023, 8:34 a.m.