tar_fetch_users: Generate a set of targets for fetching user information

tar_fetch_usersR Documentation

Generate a set of targets for fetching user information

Description

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.

Value

A list of target objects.


psychelzh/tarflow.iquizoo documentation built on July 16, 2025, 6:03 p.m.