R/example_stories.R

Defines functions example_stories

Documented in example_stories

#' Path to Example Data
#'
#' @return Local path to example text file, containing user stories for Operational
#'     Research mathmatical models.
#'
#' @export
#'
#' @family Discogs data and functions
#'
#' @examples
#' example_stories()
example_stories <- function() {
  system.file("extdata", "RSC-RefinedStories.txt", package = "oRus")
}

Try the oRus package in your browser

Any scripts or data that you put into this service are public.

oRus documentation built on July 8, 2020, 5:17 p.m.