The user information is used to identify the users involved in the project.
Usage
tar_fetch_users(
contents,
subset_users_props = get_users_props_names(),
templates = setup_templates(),
check_progress = TRUE
)
Arguments
- contents
The contents structure used as the configuration of data fetching.
- subset_users_props
The subset of user properties to be fetched. See
get_users_props_names()
for all the available properties.- templates
The SQL template files used to fetch data. See
setup_templates()
for details.- check_progress
Whether to check the progress hash. Set it as
FALSE
if the project is finalized.