#' Report and count the functions used
#'
#' Input a R script to find and count all the functions used in each respective package
#'
#' @param script a .R file
#'
#' @return dataframe
#' @export
#'
#' @examples
#' lib_count("script.R")
lib_count <- function(script){
return("test")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.