CrocutaLupus/KORAtool: KORA tool is a repository for tools used by the fundation KORA

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

Getting started

Package details

AuthorLuc Le Grand
MaintainerThe package maintainer <luclegrandch@gmail.com>
LicenseKORA
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("CrocutaLupus/KORAtool")
CrocutaLupus/KORAtool documentation built on April 13, 2025, 10:03 p.m.