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

separating documentation from .Rmd #3

Open
dataknut opened this issue Aug 26, 2020 · 2 comments
Open

separating documentation from .Rmd #3

dataknut opened this issue Aug 26, 2020 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@dataknut
Copy link
Member

dataknut commented Aug 26, 2020

might be worth putting the documentation in a /docs folder so we know where to look? Easiest way to auto-do this is to use rmarkdown::render() in an R 'makefile'-like script to build the .Rmd & save the output in a specific folder.

How to: https://rmarkdown.rstudio.com/docs/reference/render.html

@dataknut dataknut added the documentation Improvements or additions to documentation label Aug 26, 2020
@dataknut dataknut added this to the d milestone Aug 26, 2020
@ellenwebborn
Copy link
Contributor

So I write a .R file that has something like
rmarkdown::render(X.rmd, output_dir = N:/R/observatoryData/documentation/)
and just run that rather than knitting?

@dataknut
Copy link
Member Author

dataknut commented Aug 27, 2020

basically yes :-) - see #16

@dataknut dataknut reopened this May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants