textproj is a project template for text projects. The package has
one function, text_project
. It creates the following structure of
subdirectories and files:
template
|
| .Rproj
|
+---data
+---output
+---plots
+---reports
\---scripts
01_data_cleaning.R
02_initial_analysis.R
To download the development version of textproj:
Download the zip
ball or tar
ball, decompress
and run R CMD INSTALL
on it, or use the pacman package to install
the development version:
if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/textproj")
You are welcome to: - submit suggestions and bug-reports at: https://github.com/trinker/textproj/issues - send a pull request on: https://github.com/trinker/textproj/ - compose a friendly e-mail to: tyler.rinker@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.