Learn R Programming

⚠️There's a newer version (0.1.1) of this package.Take me there.

VBTree (version 0.1.0)

Vector Binary Tree to Make Your Data Management More Efficient

Description

Provides a new data structure, vector binary tree, to make your data visiting and management more efficient. if your data has very structurized column names with specific connecting pattern, it can read, split, and factorize these names, then build the mapping from all string objects to an array or tensor, through vector binary tree, by which the batched data processing can be implemented easily. The methods of array and tensor are also applicable.

Copy Link

Version

Install

install.packages('VBTree')

Monthly Downloads

103

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

ZHANG Chen

Last Published

September 16th, 2018

Functions in VBTree (0.1.0)

trvseleinq

Using character element to visit the traversal table
VBTree-package

VBTree
advbtinq

Using double list to visit vector binary tree
advbtsub

Using double list to generate sub tree from vector binary tree
arr2dl

Convert a structured character array to double list
arr2vbt

Convert a structured character array to double list
dl2vbt

Convert a double list to vector binary tree
trvs

Make traversal from vector binary tree
chrvec2dl

Convert character vector to a double list
trvssubinq

Using sub vector binary tree to visit the traversal table
ts2dl

Convert a structured character tensor to double list
ts2vbt

Convert a structured character tensor to double list
vbt2arr

Convert a vector binary tree to array
vbtinq

Using vector to visit vector binary tree
vbtsub

Using vector to generate sub tree from vector binary tree
datatest

A test data structurized column names.
dl2arr

Convert a double list to array
dl2ts

Convert a double list to tensor
datavisit

Extract subset of data using different methods
vbt2dl

Convert a vector binary tree to double list
vbt2ts

Convert a vector binary tree to tensor
trvsidxinq

Using vector to visit the traversal table