Description Usage Arguments Details Value Author(s) See Also Examples
These functions allow you to download and manipulate tags from a StackExchange site
1 2 3 4 5 6 |
num |
An upper bound on the number of results to return |
filter |
Required text in returned tags |
tags |
An optional vector of tags, see |
fromDate |
When present, an early bound on results to return,
either as a |
toDate |
When present, an upper bound on results to return,
either as a |
min |
When present, minimum value for the current sort |
max |
When present, maximum value for the current sort |
sort |
When present, how results are to be sorted, one of
|
order |
When present, how results should be ordered, one of
|
site |
Which StackExchange site to poll |
The getTags
function will retrieve all tags that match the
criteria specified.
The getTagSynonyms
will by default return all tag synonyms that
match the criteria but one can supply a vector of tag names, in which
case syonyms are returned for just the tags specified (which also meet
any other criteria).
As of this writing, tags don't seem to have a unique identifier and are only referenced by name.
A list of seTag
objects
Jeff Gentry
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.