R/get_site_path.R

Defines functions get_site_path

Documented in get_site_path

#' Retrieve the path to the "inst/site" folder
#'
#' Internal function. Retrieves the path to the "inst/site" folder.
#'
#' @keywords internal
get_site_path <- function() {
  return(system.file("site", package = "teachr"))
}
nikola-sur/teachr documentation built on April 21, 2022, 4:50 a.m.