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