Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ devtools::install_github("ttimbers/ubccv")

## Usage

### Via RStudio

1. Inside RStudio, click on “Create a new R Markdown document”:

<img src="man/figures/create_rmd.png" width=500>
Expand All @@ -37,6 +39,18 @@ devtools::install_github("ttimbers/ubccv")

4. Click the “knit” button to render to Word\! 😂

### Via terminal

1. Create the template structure and open the main Rmd file:
```
R -e "rmarkdown::draft('your-filename.Rmd', 'ubc-cv-teaching-stream', 'ubccv')"
```
2. Render to MS Word:
```
quarto render your-filename.Rmd --to docx --output ubc-cv.docx --reference-doc reference.docx
```


## Code of Conduct

Please note that the ubccv project is released with a [Contributor Code
Expand Down