library(readODS)
library(here)
library(tidyverse)
alignments <-
readODS::read_ods(here::here('data-raw/alignments.ods')) %>%
tibble::as_tibble() %>%
tidyr::drop_na()
usethis::use_data(alignments, internal = TRUE, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.