R/info.R

Defines functions info

info <- function() {
  list(
    description = "Plumber Tableau API",
    creation_time = 0,
    name = "Local Plumber API",
    versions = list(
      v1 = list(
        features = NULL
      )
    )
  )
}

Try the plumbertableau package in your browser

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

plumbertableau documentation built on Aug. 6, 2021, 9:05 a.m.