import_exposure_text: Import exposure profiles from text files

View source: R/import.R

import_exposure_textR Documentation

Import exposure profiles from text files

Description

Read several exposure profiles at their corresponding paths at 'pathtofiles'. The exposure profiles are read for each file that are character seperated text files in a table format. The expected table format includes the columns time and conc for the concentration at each timestep.

Usage

import_exposure_text(pathtofiles, profileNames = NA, sep = "\t")

Arguments

pathtofiles

path to files

profileNames

the names of the profiles

sep

the field separator character

Value

list of exposure profiles


cvasi documentation built on Sept. 23, 2024, 9:08 a.m.