smfilt | R Documentation |
Filters the data matrix returned from servermatrix().
smfilt(sm, typesdf = NULL)
sm |
Data matrix returned from servermatrix(). |
typesdf |
Data.frame containing database file info for dm filters. |
Filtered data matrix of server file info.
get_rmdl, servermatrix
dm <- matrix(c("remethdb_h5-rg_epic_0-0-2_1589820348.h5","08-Jan-2021", "09:46","66751358297"), nrow = 1) smfilt(dm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.