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