Skip to contents

The user information is used to identify the users involved in the project.

Usage

tar_fetch_users(
  contents,
  subset_users_props = NULL,
  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. If NULL, all properties will be fetched.

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.

Value

A list of target objects.