View source: R/matrix_functions.R
This function is similar to extract_column_from_csc_matrix; see the documentation of that function.
1 2 3 4 5 6 | extract_row_from_csr_matrix(
row_nos,
csr_mat,
zero_based_idx = TRUE,
col_subset = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.