get_url | R Documentation |
The get_url
function retrieves the current URL of the page object within a web browser session.
get_url(page_df)
page_df |
A data frame containing page information, including the |
A character string representing the current URL of the page.
# Create a page_df data frame
page_df <- data.frame(page_id = "my_page")
# Get the current page URL using the page_df
get_url(page_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.