Skip to content

RMarkdown Template of Research Project for SEDAP

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

fcsest/sedapRmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sedapRmd

A package with an RMarkdown template to create an abnTeX2 research project for the SEDAP protected data access room…

Installation

You can install the development version of sedapRmd from Github with:

# Install LaTeX Engine to compile the template
install.packages("tinytex")

# Installing template from package
#devtools::install_github("sedapRmd")
remotes::install_github("sedapRmd")

Example

After installing we can select the Rmd template in RStudio:

A example of yaml will be defined, change the variables for your project:

Which chapter will be inside a chunk as RMarkdown file…

So you can edit chapters on RMarkdown files inside the folder capitulos

NOTE: Inside the chapter files, use # for section, ## for subsection and ### for subsubsection.

And edit references on references.bib inside the folder called arquivos_tex

And if you want to edit the template in LaTeX, open the abnTeX2_template.tex inside arquivos_tex folder…

To create the pdf file of project in book format and/or online format, you can call the create_pdf_proj() function like:

create_pdf_proj("My_proj", format = "both", output_dir = "./pdf_files")

About

RMarkdown Template of Research Project for SEDAP

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages