R/fc.R

Defines functions fc

Documented in fc

#' @title Short-cut for file.choose
#'
#' @author P. Chevallier
#'
#' @description Short-cut for file.choose
#'
#' @return A filename

fc <- function() {
  f <- file.choose()
  return(f)
}

Try the htsr package in your browser

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

htsr documentation built on Oct. 13, 2023, 5:10 p.m.