`readChangeoDb` fails when input file contains non-standard column names

Issue #56 resolved
Yue created an issue

i think with the change to using read_tsv, column names don't get standardized, but when later doing db <- select_(db, .dots = select_columns), non standard names e.g. those containing spaces or special characters won't work. As an example, if the input file contains a column called Unnamed: 2, read_tsv will keep it unchanged, causing error when later trying to select it.

Comments (3)

  1. Log in to comment