Using Markdown
- Use
.mdfiles for episodes when you want static content - Use
.Rmdfiles for episodes when you need to generate output - Run
sandpaper::check_lesson()to identify any issues with your lesson - Run
sandpaper::build_lesson()to preview your lesson locally
Relational Databases
- A relational database is an efficient way of storing tabular information.
- Data is organised into tables, which are accessed and combined using shared columns and values.