| subscriptions | R Documentation |
Subscriptions
lio_subscriptions(key = NULL, ...) lio_subscribed(platform, name, key = NULL, ...) lio_subscribe(platform, name, include_prerelease = FALSE, key = NULL, ...) lio_subscription_update( platform, name, include_prerelease = FALSE, key = NULL, ... ) lio_subscription_delete(platform, name, key = NULL, ...)
key |
your Libraries.io API key. See |
... |
curl options passed on to |
platform |
(character) a platform. required |
name |
(character) a project name. required |
include_prerelease |
(logical) include prerelease? default: |
## Not run:
# authenticated user Libraries.io subscriptions
lio_subscriptions()
# check if you are subscribed to a project
lio_subscribed("rubygems", "webmock")
# subscribe to a project
lio_subscribe(platform = "rubygems", name = "webmock")
# update subscription to a project
lio_subscription_update("rubygems", "webmock")
# delete subscription to a project
lio_subscription_delete("rubygems", "webmock")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.