Learn R Programming

geoidep (version 0.3.0)

get_data_sources: List providers, description, year and link

Description

This function allows you to list the list of available providers of the geoidep package.

Usage

get_data_sources(query = NULL)

Value

A tibble object.

Arguments

query

A string. Default is NULL. List of available providers. For more details, use the `get_providers` function.

Examples

Run this code
# \donttest{
library(geoidep)
get_data_sources()
# }

Run the code above in your browser using DataLab