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
When I have nonstandard column names (including characters like spaces, parentheses, etc.), they don't match the field names because read.csv changes them. As an example, "test 2" becomes "test.2". I think related to this, while loading the attached file, , I get a warning that "Data is missing for variable listed in frontmatter" which doesn't make sense to me.
(.csvy isn't supported by GitHub, so I'm pasting the file as code below.)
---
fields:
-
name: 'test 2'
description: "My test field 2"
parameter_type: omega
type: number
generationtime: 'Mon Jul 11 19:37:14 2016'
---
test1,test 2
a,2
The text was updated successfully, but these errors were encountered:
When I have nonstandard column names (including characters like spaces, parentheses, etc.), they don't match the field names because read.csv changes them. As an example, "test 2" becomes "test.2". I think related to this, while loading the attached file, , I get a warning that "Data is missing for variable listed in frontmatter" which doesn't make sense to me.
(.csvy isn't supported by GitHub, so I'm pasting the file as code below.)
The text was updated successfully, but these errors were encountered: