# NOT RUN {
# First get api key here: https://mercury.postlight.com/web-parser/
# Then run the code below replacing the X's wih your api key.
url <- "https://trackchanges.postlight.com/building-awesome-cms-f034344d8ed"
my_data <- web_parser(page_urls = url,
api_key = XXXXXXXXXXXXXXXXXXXXXXX)
# With html formatting:
my_data$content
# Now remove it:
my_data$content <- remove_html(my_data$content)
# Without html formatting:
my_data$content
# }
Run the code above in your browser using DataLab