| rxEventTableFile | R Documentation |
Create a file-backed event table reference
rxEventTableFile(
path,
format = c("auto", "parquet", "csv", "fst", "rds"),
id = "id"
)
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 |
An rxEtFile object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.