Closed slucey closed 3 years ago
The function all_of
isn't found. If it is part of a package which survdat
already depends on then let's reference it by the package name. If we need to add another package dependency, lets do that, but if this is the only function used from a new dependent package, then i think we can rewrite this line. Do we need that function at all? Isn't areaDescription
always a single column in the sf
object
@andybeet I can't find the all_of
function in the code and don't even remember using it. Which function is it in? Also, areaDescription
should always be a single column. Is there somewhere where it is referencing more than one column?
Removed all_of
... seems to still work.
Fixed the if
statement
@slucey looks good.
Here are the updated functions with roxygen parameters updated as well. Will still need to run through the examples and probably update the vignettes.