Skip to content

UNFAOstatistics/faodoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The faodoc package includes a set of R Markdown templates that enable authoring of R related publications commonly produced within FAO. Available templates include:

Using faodoc from RStudio

To use faodoc from RStudio:

  1. Install the latest RStudio.

  2. Install the faodoc package:

devtools::install_github("UNFAOstatistics/faodoc")
  1. Use the New R Markdown dialog to create an article from one of the templates:

New R Markdown

Using faodoc outside of RStudio

  1. Install pandoc using the instructions for your platform.

  2. Install the rmarkdown and faodoc packages:

devtools::install_github(c("rstudio/rmarkdown", "UNFAOstatistics/faodoc"))
  1. Use the rmarkdown::draft function to create articles:
rmarkdown::draft("MyAbstract.Rmd", template = "fao_plain", package = "faodoc")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published