Export a KRT as a delimited table or spreadsheet
Arguments
- x
A krt_tbl.
- path
Output path, or
NULLto return the content (csv/tsv only).- format
"csv","tsv", or"xlsx".- profile
Profile whose columns to use (default the wide core view).
- view
Optional explicit view name.
- audience
"author"(full) or"public"(redacted).- redact
Redaction strength for public output, or
FALSEto disable.- attribution
If
TRUE(default), apathis given, andprofilecarries an attribution requirement, write it as a sidecar next topath.
