flywire_user_info: Fetch information for one or more users

View source: R/flywire-user.R

flywire_user_infoR Documentation

Fetch information for one or more users

Description

Fetch information for one or more users

Usage

flywire_user_info(
  uids,
  datastack_name = getOption("fafbseg.cave.datastack_name", "flywire_fafb_production")
)

Arguments

uids

A vector of user ids or a dataframe with a user_id column

datastack_name

defaults to the value selected by choose_segmentation and to "flywire_fafb_production" when that is missing. See https://global.daf-apis.com/info/ for other options.

Value

A dataframe of user information

Examples


flywire_user_info(60, datastack_name = "flywire_fafb_public")


natverse/fafbseg documentation built on Nov. 11, 2024, 9:50 p.m.