We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261b55a commit 41875b0Copy full SHA for 41875b0
README.md
@@ -89,9 +89,10 @@ To use **rticles** from RStudio:
89
3. Use the `rmarkdown::draft()` function to create articles:
90
91
```r
92
- rmarkdown::draft("MyJSSArticle.Rmd", template = "jss_article", package = "rticles")
93
- rmarkdown::draft("MyRJournalArticle", template = "rjournal_article", package = "rticles")
+ rmarkdown::draft("MyJSSArticle.Rmd", template = "jss", package = "rticles")
+ rmarkdown::draft("MyRJournalArticle", template = "rjournal", package = "rticles")
94
```
95
+ This will create a folder containing a Rmd file using the corresponding output format and all the assets required by this format.
96
97
## How to contribute?
98
0 commit comments