10000 GitHub - sigbertklinke/listArray: Incomplete arrays with arbitrary R objects as indices. The aim is to create data objects which allow for accesses like x["test"] and x["test","test"].
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Incomplete arrays with arbitrary R objects as indices. The aim is to create data objects which allow for accesses like x["test"] and x["test","test"].

Notifications You must be signed in to change notification settings

sigbertklinke/listArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

listArray

Incomplete arrays with arbitrary R objects as indices. The aim is to create data objects which allow for accesses like x["test"] and x["test","test"]. For details read the package vignette.

Installation

From CRAN

install.packages("listArray")

From github

Note that from github you install the current development version.

library("devtools")
install_github("sigbertklinke/listArray")

About

Incomplete arrays with arbitrary R objects as indices. The aim is to create data objects which allow for accesses like x["test"] and x["test","test"].

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0