powered by
Gets either the file name specified by the user or the default value if that is null
ASM_fetch_dlfn(state, extension = ".zip")
character object with the download file name
ASM state from ASM_fetch_state()
ASM_fetch_state()
File extension for the download (default: ".zip")
# Creating a state object for testing sess_res = ASM_test_mksession() state = sess_res$state dlfn = ASM_fetch_dlfn(state) dlfn
Run the code above in your browser using DataLab