get_data_sources {geoidep}R Documentation

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)

Arguments

query

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

Value

A tibble object.

Examples


library(geoidep)
get_data_sources()


[Package geoidep version 0.2.0 Index]