str2str: Convert R Objects from One Structure to Another

Offers a suite of functions for converting to and from (atomic) vectors, matrices, data.frames, and (3D+) arrays as well as lists of these objects. It is an alternative to the base R as.<str>.<method>() functions (e.g., as.data.frame.array()) that provides more useful and/or flexible restructuring of R objects. To do so, it only works with common structuring of R objects (e.g., data.frames with only atomic vector columns).

Package details

AuthorDavid Disabato [aut, cre]
MaintainerDavid Disabato <ddisab01@gmail.com>
LicenseGPL (>= 2)
Version1.0.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("str2str")

Try the str2str package in your browser

Any scripts or data that you put into this service are public.

str2str documentation built on Nov. 21, 2023, 1:08 a.m.