# find zip file in extdata # uncompress #
zip_file <- "3_pages_conference.zip" zip_file <- paste(system.file("extdata", package = "petro.One"), zip_file, sep = "/") zip_file
unzip(zip_file)
library(petro.One) use_example(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.