R/elexonList.R

Defines functions elexonList

Documented in elexonList

#' @title elexonList
#'
#'
#' @name elexonList
#' @description This simply gives a list of all the datasets you can pull from Elexon/BMRS
#'
#'
#' @examples
#' \dontrun{
#' elexonList()}
#' \dontrun{
#' View(elexonList())
#' }
#'
#'
#'
#' @export
elexonList <- function(){
   listAPI
  }

Try the Relexon package in your browser

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

Relexon documentation built on Nov. 20, 2019, 1:08 a.m.