MSstatsSaveSessionInfo {MSstatsConvert} | R Documentation |
Save session information
MSstatsSaveSessionInfo( path = NULL, append = TRUE, base = "MSstats_session_info_" )
path |
optional path to output file. If not provided, "MSstats_session_info" and current timestamp will be used as a file name |
append |
if TRUE and file given by the |
base |
beginning of a file name |
TRUE invisibly after session info was saved
MSstatsSaveSessionInfo("session_info.txt") MSstatsSaveSessionInfo("session_info.txt", base = "MSstatsTMT_session_info_")