Skip to contents
-
load_data()
- Loads data into memory based on study directory and one or more file names
-
load_files()
- Load data files from explicit paths
-
collect_data_list_paths()
- Collect file paths based on file names without extensions
-
get_nfs_path()
- gets the NFS base path from an env var It assumes there is an env var called RXD_DATA which holds the path suffix.
-
get_cre_path()
- gets the NFS base path from an env var alias for get_nfs_path to maintain backwards compatibility
-
reduce_column_memory_footprint()
- Transform data.frame column to use leaner types
-
memory_use_report()
- Print data remapping report of the transformations performed by
reduce_data_frame_memory_footprint