j-sauceda commited on
Commit
195a262
Β·
1 Parent(s): 29fbe87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Shiny for R template
3
  emoji: πŸ“š
4
  colorFrom: blue
5
  colorTo: yellow
@@ -8,4 +8,11 @@ pinned: false
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
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