Learn R Programming

discgolf (version 0.2.0)

tag: Tag data

Description

Tag data

Usage

tag(tag, url = NULL, key = NULL, user = NULL, ...)

Arguments

tag

A tag name

url

Base url for a Discourse installation. See disc_setup

key

Your api key on the Discourse installation. See disc_setup

user

Your user name on the Discourse installation. See disc_setup

...

Named parameters passed on to HttpClient

Examples

Run this code
# NOT RUN {
tag('r')
tag('geospatial')
# }

Run the code above in your browser using DataLab