- dataset
character, the name or path to a Crunch dataset to load, or a
dataset URL. If dataset
is a path to a dataset in a project, the path will
be be parsed and walked, relative to project
if specified, and the
function will look for the dataset inside that project. If no path is
specified and no project
provided, the function will call a search API to
do an exact string match on dataset names.
- kind
character specifying whether to look in active, archived, or all
datasets. Default is "active", i.e. non-archived.
- project
ProjectFolder
entity, character name (path) to a project, or
NULL
, the default. If a Project entity or reference is supplied, either
here or as a path in dataset
, the dataset lookup will be limited to that
project only.
- refresh
logical: should the function check the Crunch API for new
datasets? Default is FALSE
.