Repository for tools used by the fundation KORA. Tools developped by Luc Le Grand Used documentations to build the backage: Link Github to Rstudio: - http://r-pkgs.had.co.nz/git.html Library in package: - https://tinyheero.github.io/jekyll/update/2015/07/26/making-your-first-R-package.html Document: devtools::document() Reading JSON Data - https://stackoverflow.com/questions/20925492/how-to-import-json-into-r-and-convert-it-to-table Change Library position: myPaths <- .libPaths() # get the paths; myPaths <- c(myPaths[2], myPaths[1]) # switch them; .libPaths(myPaths) # reassign them
Package details |
|
---|---|
Author | Luc Le Grand |
Maintainer | The package maintainer <luclegrandch@gmail.com> |
License | KORA |
Version | 0.1.0 |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.