Learn R Programming

healthbR (version 0.2.0)

list_sources: List Available Data Sources

Description

Returns information about all data sources available in healthbR.

Usage

list_sources()

Arguments

Value

A tibble with columns:

  • source: Source code (e.g., "vigitel", "sim")

  • name: Full name of the data source

  • description: Brief description

  • years: Range of available years

  • status: Implementation status ("available", "planned")

Examples

Run this code
list_sources()

Run the code above in your browser using DataLab