R/lib_count.R

Defines functions lib_count

Documented in lib_count

#' 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")
}
UBC-MDS/librely documentation built on May 7, 2019, 7:14 p.m.