print.dota_api {RDota2} | R Documentation |
print method for dota_api class
## S3 method for class 'dota_api' print(x, ...)
x |
A dota_api object. |
... |
further arguments passed to or from other methods. See ?print. |
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.
Prints the content element of the dota_api list.