Writes a validated Atlas table to CSV with blank cells for missing values.
Usage
export_atlas_csv(data, file, dataset = NULL)
Arguments
- data
A data frame containing Atlas records.
- file
Output CSV path.
- dataset
Optional dataset label: "unambiguous" or "ambiguous".
Value
The output file path, invisibly.