knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of arkr is to obtain data on the structure of the ETF proposed by ark.
remotes::install_github("ropensci/tabulizer") devtools::install_github("benjaminguinaudeau/arkr")
library(arkr)
ex_innov <- get_holding("innovation") usethis::use_data(ex_innov, overwrite = T)
ex_innov %>% dplyr::glimpse()
ex_genom <- get_holding("genomic") usethis::use_data(ex_genom, overwrite = T)
ex_genom %>% dplyr::glimpse()
ex_fintech <- get_holding("fintech") usethis::use_data(ex_fintech, overwrite = T)
ex_fintech %>% dplyr::glimpse()
ex_space <- get_holding("space") usethis::use_data(ex_space, overwrite = T)
ex_space %>% dplyr::glimpse()
ex_israel <- get_holding("israel") usethis::use_data(ex_israel, overwrite = T)
ex_israel %>% dplyr::glimpse()
ex_internet <- get_holding("internet") usethis::use_data(ex_internet, overwrite = T)
ex_internet %>% dplyr::glimpse()
ex_robot <- get_holding("robot") usethis::use_data(ex_robot, overwrite = T)
ex_robot %>% dplyr::glimpse()
ex_printing <- get_holding("printing") usethis::use_data(ex_printing, overwrite = T)
ex_printing %>% dplyr::glimpse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.