R/utils.R
file_category.Rd
Categorizes a file by its extension into a broad format family that determines reader dispatch and UI adaptation.
file_category(path)
Character. File path.
One of "csv", "excel", "arrow", "other".
"csv"
"excel"
"arrow"
"other"