#' NA filter
#' @export
NAfilter <- function(){
filter <- data[!is.na(data$compound.name),]
write.csv(filter, "filter.NA.csv", row.names = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.