Learn R Programming

openalexR (version 2.0.0)

get_coverage: Get coverage of OpenAlex fields in openalexR

Description

Get coverage of OpenAlex fields in openalexR

Usage

get_coverage(entity = NULL)

Value

Data frame of field coverage information

Arguments

entity

The OA entity to inspect field coverage for. Returns information for all fields if `NULL` (default).

See Also

oa_entities()

Examples

Run this code
oa_entities()
head(get_coverage(entity = "works"))

Run the code above in your browser using DataLab