read_text: Read Text

Description Usage Arguments Details Value

View source: R/as.R

Description

Read raw REDCap API return. Built to parse csv or json.

Usage

1
read_text(x, class = "data.frame")

Arguments

x

the raw return from the API call to REDCap

class

"data.frame" (default) or "data.table"

Details

This is a non-exported function and not expected to be called by the end user. Used by the as.data.frame methods.

Value

a data.frame


REDCapExporter documentation built on Feb. 2, 2021, 5:15 p.m.