R/lgbm.find.R

#' Find LightGBM Path
#'
#' This function opens a file browser which lets you select manually LightGBM.
#' 
#' @return The path of the selected file which can be used for LightGBM (\code{lgbm_path} parameter).
#' 
#' @examples
#' \dontrun{
#' lgbm.find()
#' }
#' 
#' @export

lgbm.find <- function() {file.choose()}
Laurae2/Laurae documentation built on May 8, 2019, 7:59 p.m.