sc_init: Initialize chained request.

View source: R/init.R

sc_initR Documentation

Initialize chained request.

Description

This function initializes the data request. It should always be the first in the series of piped functions.

Usage

sc_init(dfvars = FALSE)

Arguments

dfvars

Set to TRUE if you would rather use the developer-friendly variable names used in actual API call.

Examples

## Not run: 
sc_init()
sc_init(dfvars = TRUE)

## End(Not run)

rscorecard documentation built on April 29, 2023, 1:13 a.m.