#!/bin/r
## write CrobustaMotifs to data/
if(sub('.*\\/','',getwd())!='data-raw'){
setwd('data-raw')
}
source("readMotifs.R")
source("getMotifs.R")
CrobustaMotifs <- mergeMotifs()
usethis::use_data(CrobustaMotifs, overwrite = TRUE)
devtools::document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.