pollution-and-prejudice

Targets Notes

Notes about using the targets R package, focused on a few useful functions and options. For a comprehensive reference, see the {targets} user manual: https://books.ropensci.org/targets/

visualize / validate the pipeline

run pipeline / clear results

inspect outputs

These functions allow you to view or load the output object from any target (e.g., a dataset). Before using any of these functions, make sure to load any packages required to use the given object/dataset (e.g., if the target object being retrieved is geospatial data, load the sf package - otherwise you’ll get an error when you try to use that object):

debugging / development

Use workspaces:

build reports / presentations