项目作者: bgreenwell

项目描述 :
Basic pattern analysis in R
高级语言: R
项目地址: git://github.com/bgreenwell/bpa.git
创建时间: 2016-01-11T12:26:26Z
项目社区:https://github.com/bgreenwell/bpa

开源协议:

下载


bpa: Basic Pattern Analysis in R

CRAN\_Status\_Badge
Build Status
Coverage Status
Downloads
Total Downloads

Basic pattern analysis, as implemented in the R package bpa, is a data pre-processing tool and is designed to help reduce the time spent doing various pre-processing tasks. It takes inspiration from some of the functionality of SAS/DataFlux Data Management Studio. More specifically, the functions in bpa help standardize the data so that multiple formatting issues, typos, and other unexpected outcomes can more easily be identified in unfamiliar and/or large amounts of data. For more information and example usage, see the introductory vignette included with the package.

Installation

The current stable release of the bpa package is available from CRAN and can be installed using install.packages:

  1. # Install current stable release from CRAN
  2. install.packages("bpa")

The development version is hosted on GitHub at https://github.com/bgreenwell/bpa and can be installed using install_github from the devtools package:

  1. # Assuming devtools is already installed
  2. devtools::install_github("bgreenwell/bpa")

Bug reports should be submitted to https://github.com/bgreenwell/bpa/issues.