| get_path | R Documentation |
This function is a simple helper that extract the path part of a URL. It is
useful when constructing OAuth 2.0 derived authenticators for the
redirect_path argument.
get_path(url, root = NULL)
url |
The url to extract the path from |
root |
An optional root to remove from the path as well |
The "path" part of the URL
get_path("https://example.com/auth")
get_path("https://example.com/api/auth", root = "/api")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.