Learn R Programming

LendingClub (version 2.0.0)

print.LendingClub_api: Print the output from an API call

Description

This is a general function to print the conent from an API call. The API call returns a list of 2 elements: The first is the content from the call and the second element is the actual response.

Usage

# S3 method for LendingClub_api
print(x, ...)

Arguments

x

an object of class LendingClub_api

...

To pass additional arguments to the generic print function