Learn R Programming

dateutils (version 0.1.5)

row_to_list: Convert rows to list

Description

Return `Y` with each row as a list

Usage

row_to_list(Y)

Arguments

Y

matrix like data object

Value

Each row as a list

Examples

Run this code
# NOT RUN {
row_to_list(matrix(rnorm(20),10,2))
# }

Run the code above in your browser using DataLab