R/o.R

Defines functions o

Documented in o

#' source only a single line or section, defaulting to the first section ####
#'
#'
#' @param method2order 
#' @param cex 
#' @param mar 
#'
#' @return None
#'
#' @examples
#' so()
#'
#' @export
o <- function(start = "head",
               file = dir()[grep("\\.R$", dir(), ignore.case = TRUE)][1]){
	r(start = start, end = start)
}
alexanderksen/runlines documentation built on Sept. 3, 2020, 1:59 p.m.