We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
marine
Sometimes we get geom and sometimes we get geometry - we should select with dplyr::stars_with("geom") See https://github.com/BigelowLab/mpatools/blob/main/R/es50.R#L14
geom
geometry
dplyr::stars_with("geom")
The MARINE variable has been numeric (0,1,2) in the past, but now we see TERRESTRIAL etc. Yikes! So, cast all to character and recode?
MARINE
TERRESTRIAL
The text was updated successfully, but these errors were encountered:
geom/geometry - argh! - resolved by using which_geometry() to get column index. See it in Ben's fork https://github.com/btupper/mpatools/blob/main/R/mpa.R#L130
which_geometry()
Sorry, something went wrong.
jevanilla
No branches or pull requests
Sometimes we get
geom
and sometimes we getgeometry
- we should select withdplyr::stars_with("geom")
See https://github.com/BigelowLab/mpatools/blob/main/R/es50.R#L14The
MARINE
variable has been numeric (0,1,2) in the past, but now we seeTERRESTRIAL
etc. Yikes! So, cast all to character and recode?The text was updated successfully, but these errors were encountered: