Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'$' character in '$date' agro format may not be the most appropriate #125

Open
marinantoine opened this issue Mar 29, 2019 · 1 comment
Open
Labels
Agro Related to agro functions

Comments

@marinantoine
Copy link
Contributor

Using the '$' character in a R variable name forces to use quotes around the variable name to access it. May be it could be replaced by another character even if for now the variables are accessed by their number (vec_date = grep("\$date", colnames(d)) in format_data_PPBstats.data_agro.R).

@priviere priviere added the Agro Related to agro functions label Mar 29, 2019
@priviere
Copy link
Owner

To do it, three places have to be changed:

  • R functions
  • documentation (inst/bookdown)
  • data (all .RData that are called in the documentation with data()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agro Related to agro functions
Projects
None yet
Development

No branches or pull requests

2 participants