The faoebx5 package provides tools to read, write, and update data stored in the EBX5 database without the need to out of the R/RStudio environment. For statisticians, it is a great advantage to work in the same statistical environment, because it lessens the development time.

Installation

The latest development version can be installed from github:

install.packages("devtools")
devtools::install_github('sws-methodology/faoebx5')

Functions

faoebx5 provides a set of functions to manage code lists and groups data stored on EBX database. The collection of functions is split into two groups, those to manage code list and those to control groups. Please, see the Reference tab for more details about the functions, or you can start with examples on the page Get started.