go_back | R Documentation |
The go_back
function navigates the page object within a web browser session to the previous page in the browser history.
go_back(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")
# Go back in browser history using the page_df
go_back(page_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.