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)
}
ScottishCovidResponse/SCRCdataAPI documentation built on July 26, 2023, 9:47 p.m.