cynthiahqy / conformr-xmap-project

R Package for harmonising data of different classifications or aggregations into a single dataset
MIT License
7 stars 1 forks source link

Fix up argument types and names #45

Closed cynthiahqy closed 1 year ago

cynthiahqy commented 1 year ago

There's a number of inconsistencies in the naming of function arguments between various internal and user functions. Also it's not clear when variable names should be provided as strings or as expressions. What kind of NSE do I want to support? -- should be consistent with tidyverse?

cynthiahqy commented 1 year ago

Decided on strings for all internal fncs, converting as soon as possible user input into strings.