R/rdbnomics.R

#' Package rdbnomics
#'
#' DBnomics R client (<https://db.nomics.world/>).
#'
#' @docType package
#' @name rdbnomics
#' 
#' @import curl jsonlite data.table
#' 
NULL

if (getRversion() >= "2.15.1") {
  vars <- c(
    ".", ":=", "value", "dotI", "period", "period_start_day", "series_code",
    "filtered", "original_period", "series_name", "original_value",
    "period_middle_day", "code", "name", "A", "B", "C", "k", "V1", "V2",
    "dataset_code", "EQUAL"
  )
  utils::globalVariables(unique(vars))
}

Try the rdbnomics package in your browser

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

rdbnomics documentation built on Oct. 26, 2020, 1:06 a.m.