Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project style guide #9

Open
pgstevenson opened this issue Apr 17, 2019 · 3 comments
Open

Project style guide #9

pgstevenson opened this issue Apr 17, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@pgstevenson
Copy link
Contributor

Comments and suggestions on tweaks to the project's CSS style guide and script harmonisation between files.

@pgstevenson pgstevenson added the enhancement New feature or request label Apr 17, 2019
@pgstevenson
Copy link
Contributor Author

pgstevenson commented Apr 17, 2019

Suggest that the first 3 slides follow the same outline. This is what I've done for "02 Data Manipulation"

## Session Resources

All resources for this Introduction to R Workshop are available on GitHub: [https://github.com/TelethonKids/RWorkshop](https://github.com/TelethonKids/RWorkshop)

**Introduction to Data Manipulation**

Download the slides from this link: [https://github.com/TelethonKids/RWorkshop/tree/master/inst/doc/reproducable-research.html](https://github.com/TelethonKids/RWorkshop/tree/master/inst/doc/reproducable-research.html)

Download the Worked example from here:  [https://github.com/TelethonKids/RWorkshop/tree/master/R/03_data_manipulation](https://github.com/TelethonKids/RWorkshop/tree/master/R/03_data_manipulation)

# Session Overview

## Overview

>- Overview of base *vs.* tidyverse [history/evolution]
>- Read in data 
>- Expand on classes (data/time [lubridate - year], string processing)
>- Summarise/tidy (cleaning)
>- Create columns/conditional create (case_when, if/else)
>- Subset/merge/join
>- Gather/spread/melt/cast/separate/reshape
>- Functions
>- Applying functions (apply/tidyverse)

@pgstevenson
Copy link
Contributor Author

Add "comment = NA" to all chunk options where an output is produced.

@pgstevenson
Copy link
Contributor Author

We need a url shortener when linking to the repository. Any thoughts?

pgstevenson added a commit that referenced this issue Apr 17, 2019
…lity for a smaller table format, misc. small formatting updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants