Learn R Programming

RDota2 (version 0.1.6)

print.dota_api: print method for dota_api class

Description

print method for dota_api class

Usage

"print"(x, ...)

Arguments

x
A dota_api object.
...
further arguments passed to or from other methods. See ?print.

Value

Prints the content element of the dota_api list.

Details

A method to print a dota_api object. Only the content will be printed on screen for a dota_api object because this is of interest to the user. The dota_api object will usually be a list of three elements containing the request url and the response apart from the content.