update_check {tauturri} | R Documentation |
Check for Tautulli Updates
Description
Check for Tautulli Updates
Usage
update_check(url = NULL, apikey = NULL)
Arguments
url |
Server URL. |
apikey |
API key. |
Value
Invisibly TRUE
when an update is available, FALSE
when no update is available.
Source
https://github.com/Tautulli/Tautulli/blob/beta/API.md#update_check
Examples
## Not run:
update_check()
## End(Not run)
[Package tauturri version 0.3.0 Index]