Type Definition extendr_api::matrix::RColumn[][src]

type RColumn<T> = RArray<T, [usize; 1]>;

Implementations

impl<T> RColumn<T>[src]

pub fn new(data: T, nrows: usize) -> Self[src]

Make a new vector type.

pub fn nrows(&self) -> usize[src]

Get the number of rows.