R/nse2r.R

#' \code{nse2r} package
#'
#' Tools for Collecting Real Time Data from National Stock Exchange (India)
#'
#' @docType package
#' @name nse2r
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c(
    ".", "result", "data", "SYMBOL", "chart", "meta", "regularMarketPrice"
  ))
}

Try the nse2r package in your browser

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

nse2r documentation built on Nov. 1, 2022, 5:05 p.m.