readOutputFile: Read Open Malaria output file

View source: R/db.R

readOutputFileR Documentation

Read Open Malaria output file

Description

Read a '*_out.txt' file, apply modifications and return a data frame which should be added to the DB.

Usage

readOutputFile(f, filter = NULL, translate = TRUE, scenID = NULL)

Arguments

f

File name to read from.

filter

A data.table expression to filter rows.

translate

Can be any of c("dates", "measures", "third_dimension") or simply TRUE (implies all) or FALSE (implies none).

scenID

Scenario ID to be added.


SwissTPH/r-openMalariaUtilities documentation built on Sept. 14, 2024, 1:34 a.m.