You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was pretty surprised to find that csvy::get_yaml_header gives a character vector and not a list. It might be a good idea to provide a list output to do something with it. (or a different function altogether say csvy::get_header?)
I was also surprised that there was no function for this. I am using this to get the metadata in a list form -- code based on code in read_csvy. md is the metadata as read from the file, md_list is after it is processed with yaml and md_vec is a character vector of column types whose names are the column names.
Hi,
This is a great package!
I was pretty surprised to find that
csvy::get_yaml_header
gives a character vector and not a list. It might be a good idea to provide a list output to do something with it. (or a different function altogether saycsvy::get_header
?)Created on 2018-12-18 by the reprex
package (v0.2.0).
Session info
The text was updated successfully, but these errors were encountered: