Last active
October 25, 2023 00:33
-
-
Save seandavi/6aef276cbd2f3a281dfb4000df7960c0 to your computer and use it in GitHub Desktop.
yaml description of public health data resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datasets: | |
- name: brfss | |
title: The brfss dataset | |
description: | | |
a very long description which can be | |
in [markdown](https://markdown.org). | |
- list item | |
- list item 2 | |
processor: readr::read_csv | |
- name: svi | |
title: social vulnerability index | |
url: https://opendata.arcgis.com/datasets/cbd68d9887574a10bc89ea4efe2b8087_1.csv | |
processor: readr::read_csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment