Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hemken/Statamarkdown
Functions to write Stata documentation with knitr
https://github.com/Hemken/Statamarkdown
Last synced: 3 days ago
JSON representation
Functions to write Stata documentation with knitr
- Host: GitHub
- URL: https://github.com/Hemken/Statamarkdown
- Owner: Hemken
- License: other
- Created: 2017-11-27T21:10:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T19:22:20.000Z (12 months ago)
- Last Synced: 2024-11-06T10:36:28.289Z (7 days ago)
- Language: R
- Size: 97.7 KB
- Stars: 59
- Watchers: 6
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Statamarkdown
This is a collection of R functions that extends knitr's capability
for using Stata as a language engine. They have no use if you do not
also have Stata installed.You can install this as an R package from CRAN:
```r
install.packages("Statamarkdown")
```or from GitHub:
```
devtools::install_github("Hemken/Statamarkdown")
```You can check your installation with
```
library(Statamarkdown)
example("stata_engine", package="Statamarkdown")
```
If the package was installed, you should see an example created in a
temporary directory.Additional documentation can be found at https://www.ssc.wisc.edu/~hemken/Stataworkshops/Statamarkdown/stata-and-r-markdown.html .
If you would like to contribute to this project, please "fork" it on Github and then clone it back to your computer. Make your changes and enhancements, push them back to your Github repository, then initiate a "pull" request.
You are also welcome to open issues, or email me directly.