View source: R/extractRownames.R
Extracts row names and filters based on columns
1 2 3 4 5 6 7 8 | extractRownames(
data,
transpose,
save = T,
name,
destination = "dat",
return = F
)
|
data |
data |
transpose |
should data frame be transposed |
save |
should vector be saved |
name |
name to be saved as |
destination |
where to save |
return |
should vector be returned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.