Learn R Programming

valdr (version 1.0.0)

get_profiles_only: Get only VALD profiles

Description

Wrapper around get_profiles() to retrieve VALD profiles. Useful if profile data needs to be refreshed independently.

Usage

get_profiles_only()

Arguments

Value

A data frame containing VALD profiles information for the stored tenant_id.

Examples

Run this code
if (FALSE) {
# Fetch profiles
profiles <- get_profiles_only()
View(profiles)
}

Run the code above in your browser using DataLab