Learn R Programming

oxcovid19 (version 0.1.2)

get_metadata: Get remote table metadata

Description

Get remote table metadata

Usage

get_metadata(x)

Arguments

x

An object of class tbl_lazy produced by get_table()

Value

A named list of remote table metadata

Examples

Run this code
# NOT RUN {
x <- get_table(con = connect_oxcovid19(), tbl_name = "epidemiology")
get_metadata(x)

# }

Run the code above in your browser using DataLab