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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: