Imports a documented table as comma-separated variable.
A wrapper for as.csv.character that also
reads associated yamlet metadata, if present, and applies it
as attributes.
Usage
# S3 method for character
io_csv(x, ext = getOption("yamlet_extension", ".yaml"), ...)
Arguments
x
character file path; passed to as.csv.character (by method dispatch)