Welcome to a new chapter in your journey with us at DataKind-SG. As with all great stories, we start at chapter one...
Here, you can find nuggets of information containing lessons learnts, best practices and resources to help you start your journey. Have fun!
You can start contributing by simply start editing the .Rmd files in your favorite text editor and submit a pull request! Wondering how do you edit markdown files? You can start by reading this article and this one too!
If you would like to build the book locally instead, please see the sections below.
- R
- pandoc
- Packages: bookdown, rmarkdown
Run the following command and HTML files will be generated in the ./_book directory. To start reading, open index.html
bookdown::render_book("index.Rmd", "bookdown::gitbook")