R/modelData.R

#' Get Google trends data and format
#'
#' Get Google trends data and format
#'
#' @param input_keywords A string with keywords comma separated
#' @param date_range Vector of length 2 with the start and end date
#'
#' @return Dataframe
#'
#' @examples
#' \dontrun{
#' test <- getData(
#'               input_keywords = 'brexit'
#'               date_range = c("2018-01-01", "2019-01-01")
#'         )
#'
#'
#' }
#'
#' @export

modelData <- function(){

  test_model = 'hello'

  return(print(test_model))
}
duncstod/newRPackage documentation built on May 9, 2019, 2:22 a.m.