OpasnetBaseUtils: Difference between revisions

From Opasnet
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 26: Line 26:
=== See also ===
=== See also ===


*[[File:OpasnetBaseUtils v.0.8.1 source.zip OpasnetBaseUtils sources]]
*[[File:OpasnetBaseUtils v.0.8.1 source.zip|OpasnetBaseUtils sources]]

Revision as of 12:28, 8 March 2011

OpasnetBaseUtils is a collection of R functions for interaction with the Opasnet Base and manipulating data of multiple variables with multiple matching or unmatching dimensions, fitted into a neat package.

Instructions

  1. Download File:OpasnetBaseUtils 0.8.0.zip
  2. Open R
  3. Click "Packages" on the topbar and choose "Install package(s) from local zip files..." from the drop-down menu
  4. Locate the downloaded .zip file and install

Usage

library(OpasnetBaseUtils)

Dependencies

  • You need to have installed another package called RODBC which in turn requires the utils package. These packages are available from the CRAN repositories and can be easily installed from within R.

See also