Unlist {Ramble}R Documentation

Unlist is the same as unlist, but doesn't recurse all the way to preserve the type. This function is not well optimised.

Description

Unlist is the same as unlist, but doesn't recurse all the way to preserve the type. This function is not well optimised.

Usage

Unlist(obj)

Arguments

obj

is a list to be flatten


[Package Ramble version 0.1.1 Index]