R/metoolshelp.R

Defines functions metools.help

Documented in metools.help

#' Metools Help
#'
#' @description
#' Use this function to receive help to use metools.
#'
#' @return Return a info.
#' @export
#'
#' @examples
#' metools.help()
#'
metools.help=function(){
    message("Metools main function is make easy do Data Wrangling and Graphics,")
    message("the functions were developed focused on macroeconomic data, but")
    message("can work with other data types,like TimeSeries.The oficial guide of")
    message("package can be find in oficial site: https://metoolsr.wordpress.com/")
}
jvg0mes/metools documentation built on June 28, 2020, 2:38 a.m.