Learn R Programming

twitteR (version 0.99.19)

getCurRateLimitInfo: A function to retrieve current rate limit information

Description

Will retrieve the current rate limit information. If the user is authenticated via OAuth, will retrieve information for the user account, otherwise it will do it based on the IP address

Usage

getCurRateLimitInfo(...)

Arguments

...
Optional arguments to pass to cURL

Value

See Also

rateLimitInfo

Examples

Run this code
zz <- getCurRateLimitInfo()
  zz$getResetTimeInSeconds()

Run the code above in your browser using DataLab