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
Now we expect single quotes around values of *isic*. This should nudge all reading functions to interpret *isic* as a character and protect leading zeroes.
If the user passes a dataset where *isic* is numeric, then we should throw a warning like this:
rlang::warn(c(
"`*isic_4digit` should be a character but it's numeric.",
i="Are you using outdated data?"
))
#> Warning: `*isic_4digit` should be a character but it's numeric.#> ℹ Are you using outdated data?
Relates to https://github.com/2DegreesInvesting/tiltIndicatorBefore/pull/69
Relates to 2DegreesInvesting/tiltIndicator#636
Now we expect single quotes around values of
*isic*
. This should nudge all reading functions to interpret*isic*
as a character and protect leading zeroes.If the user passes a dataset where
*isic*
is numeric, then we should throw a warning like this:Created on 2023-12-06 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: