convertToDT {paxtoolsr}R Documentation

Convert Results from readSifnx to data.table

Description

Convert Results from readSifnx to data.table

Usage

convertToDT(lst)

Arguments

lst

a list returned from readSifnx

Details

The SIFNX format is an evolving format. Older datasets may not have all the columns this function expects. In these cases, the columns will be added with all NULL entries.

Value

a list entries converted to data.table


[Package paxtoolsr version 1.14.0 Index]