R/get_table_readable.R

Defines functions get_table_readable

Documented in get_table_readable

#' Get readable fields
#'
#' @param table name of table
#' @param endpoint a \code{string} specifying the registry endpoint
#'
#' @return a dataframe of readable fields and their properties
#' @keywords internal
#'
get_table_readable <- function(table, endpoint) {
  # if(! check_table_exists(table))
  #   stop("Unknown Table")
  get_fields(table, endpoint)
}

Try the rDataPipeline package in your browser

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

rDataPipeline documentation built on Nov. 18, 2021, 1:14 a.m.