owid_source {owidR} | R 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)
[Package owidR version 1.4.2 Index]