owid_source: Get source information on an OWID dataset

View source: R/utils.R

owid_sourceR Documentation

Get source information on an OWID dataset

Description

A function to get source information from an OWID dataset and display it in the R console.

Usage

owid_source(data)

Arguments

data

A dataset returned from owid().

Value

Displays the information in an easy to read format in the R console, also returns a list of data information.

Examples


rights <- owid("human-rights-scores")
owid_source(rights)


owidR documentation built on Nov. 2, 2023, 6:03 p.m.