Skip to content

An R library to generate wiki reports in TiddlyWiki format.

Notifications You must be signed in to change notification settings

dmontaner/TiddlyWikiR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiddlyWikiR

An R library to generate wiki reports in TiddlyWiki format.

Install

Stable version of the package and binary files can be found in the CRAN repository:
http://cran.es.r-project.org/web/packages/TiddlyWikiR/index.html

You can install this stable version doing:

install.packages ("TiddlyWikiR")

Development version may be found in GitHub:
https://github.com/dmontaner/TiddlyWikiR

You can install this development version form your R session doing:

library (devtools)
install_github ("dmontaner/TiddlyWikiR")

Documentation

You can find an introduction to the basic TiddlyWikiR workflow in

Use

vignette ("TiddlyWikiR_getting_started")

to read the vignette from your R session.

Or

browseVignettes(package = "TiddlyWikiR")

to list available vignettes in the package.

About

An R library to generate wiki reports in TiddlyWiki format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published