get_content | R Documentation |
The get_content
function retrieves the content of the page object within a web browser session.
get_content(page_df)
page_df |
A data frame containing page information, including the |
An XML document representing the content of the page.
# Create a page_df data frame
page_df <- data.frame(page_id = "my_page")
# Get the page content using the page_df
get_content(page_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.