get_url | R Documentation |
The function can generate a URL based on a base URL and as many as TGVE API variables provided to the function.
get_url(base = "http://127.0.0.1:8000", ...)
base |
character URL defaults to 'http://127.0.0.1:8000' |
... |
any or all of the TGVE API variables to replace/add values to. |
character URL generated from 'base' and 'tgver::'
{ url = get_url(dark="false") url == "http://127.0.0.1:8000?dark=false" url url = get_url() url }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.