Español

Descripción

El paquete ixplorer trae la funcionalidad de ixplorer mas cerca tuyo. Tiene el propósito de permitir trabajar más agilmente con su equipo de datos desde RStudio y más importante aún, hacerlo sin detener su flujo de trabajo. Esto se logra con ventanas interactivas de dentro de RStudio, funciones para extraer información útil del día a día en ixplorer y funciones para facilitar también el trabajo con control de versiones con git.

Instalación

Hay dos maneras de realizar este paso. Podemos instalar la versión del CRAN con

install.packages("ixplorer")

O podemos instalar la versión en desarrollo desde GitHub. Para este paso, primero necesitas installar el paquete devtools (o remotes). Si no lo has hecho aún, puedes instalarlo con:

install.packages("devtools")

Ahora puedes instalar ixplorer de GitHub con:

devtools::install_github("ixpantia/ixplorer")

English

Overview

The ixplorer package brings the functionality of ixplorer closer to you. It is intended to allow you to work quicker with your data team from within RStudio and more importantly, to do it without having to stop your workflow. This is achieved with interactive gadgets from within RStudio, functions to extract useful day-to-day information from ixplorer, and functions to make it easier to work with git version control as well.

Installation

There are two ways to install the package. We can install the CRAN version with:

install.packages("ixplorer")

Or, we can install the development version from GitHub. For this step, first you will need to install the devtool package on your computer. You can do it with:

install.packages("devtools")

You can now install ixplorer from GitHub with:

devtools::install_github("ixpantia/ixplorer")