knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(tidyverse)
library(ROracle) library(mar) con <- dbConnect(dbDriver("Oracle")) lesa_veidarfaeri(con) %>% collect(n = Inf) %>% rename(gid = veidarfaeri) %>% write_csv("inst/codes/veidarfaeri.csv") # This was then edited by hand and then saved (inst/codes/gear.csv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.