Skip to contents

Create a file-backed event table reference

Usage

rxEventTableFile(
  path,
  format = c("auto", "parquet", "csv", "fst", "rds"),
  id = "id"
)

Arguments

path

path to the file containing the event table

format

file format: "auto" (detect from extension), "parquet", "csv", "fst", or "rds"

id

name of the subject ID column

Value

An rxEtFile object