Converts a requested JSON object to a tibble
-based
data.frame
object.
Usage
json2tibble(object, ep, returnCall = "data")
Arguments
- object
A BrapiCon
object.
- ep
A specified endpoint to request.
- returnCall
What JSON section should be returned? Defaults to
data
.