Description Usage Arguments Examples
authentication credentials appear before the domain
name and look like user:password. Sometimes you want the removed,
or retrieved; strip_credentials
and get_credentials
do
precisely that
1 2 3 | strip_credentials(urls)
get_credentials(urls)
|
urls |
a URL, or vector of URLs |
1 2 3 4 5 | # Remove credentials
strip_credentials("http://foo:bar@97.77.104.22:3128")
# Get credentials
get_credentials("http://foo:bar@97.77.104.22:3128")
|
[1] "http://97.77.104.22:3128"
username authentication
1 foo bar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.