get_length_cv <- function(dataset__, name, length.name){
filt.data <- group_by(dataset__,!!!rlang::syms(name)) %>%
summarise("CV"=sd(!!!rlang::syms(length.name))/mean(!!!rlang::syms(length.name)))
return(filt.data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.