Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
@@ -8,4 +8,11 @@ pinned: false
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: R shiny PDF scraping
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
# R shiny PDF scraping
|
12 |
+
|
13 |
+
## Motivation
|
14 |
+
This project aims to demonstrate the basic features of Shiny for R. To this end, a [PDF report](https://hdr.undp.org/system/files/documents//hdr2020pdf.pdf) is downloaded from the United Nations website, data is scraped from its content, and a set of plots is shown to illustrate the Time Evolution of the Human Development Index (HDI).
|
15 |
+
|
16 |
+
## Settings
|
17 |
+
- Docker container inspired on the Shiny for R template
|
18 |
+
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|