Learn R Programming

rscorecard (version 0.2.4)

sc_init: 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

Run this code
sc_init()
sc_init(dfvars = TRUE)

Run the code above in your browser using DataLab