Description Usage Arguments Value
import_rMSItar.
1 2 3 4 5 6 7 | import_rMSItar(
data_file,
restore_path,
fun_progress = NULL,
fun_text = NULL,
close_signal = NULL
)
|
data_file |
The tar file containing the MS image in rMSI format. |
restore_path |
Where the ramdisk will be created. |
fun_progress |
This is a callback function to update the progress of loading data. See details for more information. |
fun_text |
This is a callback function to update the label widget of loading data. See details for more information. |
close_signal |
function to call if error. Imports an rMSI data object in a tar data file It is recomanded to use rMSI::LoadMsiData directly instead of this function. |
an rMSI data object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.