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