close_page | R Documentation |
The close_page
function closes a page object within a web browser session using the provided page_df
data frame.
close_page(page_df)
page_df |
A data frame containing page information, including the |
# Create a page_df data frame
page_df <- data.frame(page_id = "my_page")
# Close the page using the page_df
close_page(page_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.