Skip to contents

Retrieves a list of available database tables in O*NET.

Usage

onet_tables()

Value

A tibble with columns:

id

Table identifier

title

Table title/description

Examples

if (FALSE) { # interactive() && nzchar(Sys.getenv("ONET_API_KEY"))
tables <- onet_tables()
head(tables)
}