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