goto | R Documentation |
The goto
function navigates the page object within a web browser session to the specified URL.
goto(page_df, url)
page_df |
A data frame containing page information, including the |
url |
A character string representing the URL to navigate to. |
The updated page_df
data frame.
# Create a page_df data frame
page_df <- data.frame(page_id = "my_page")
# Navigate to a URL using the page_df
goto(page_df, "https://www.example.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.