-
Notifications
You must be signed in to change notification settings - Fork 23
Tips for working with large datasets #264
Copy link
Copy link
Open
Description
Complementing #259
-
Create a central table for all the attributes across all datasets and either use
filterorleft_jointo refine what is needed -
Use references
-
use relevant parts of the file name to help construct a description using
dplyr::case_when,tools::file_path_sans_ext(), andstringr::str_extract -
use
selectMemberto help you grab the correct pids to use
eg.zipId <- selectMember(dp, name="sysmeta@formatId", value="application/vnd.shp+zip") -
use
forloops orpurrr::mapto help iterate through entities
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels