R/here.R

Defines functions here

#' @export
# 
here  <- function(){
  setwd(dirname(rstudioapi::getActiveDocumentContext()$path))
  }
dpaudel/dpaudelR documentation built on July 22, 2022, 3:45 p.m.