ASM_fetch_dlfn {formods} | R Documentation |
Gets either the file name specified by the user or the default value if that is null
ASM_fetch_dlfn(state, extension = ".zip")
state |
ASM state from |
extension |
File extension for the download (default: ".zip") |
character object with the download file name
# Creating a state object for testing
sess_res = ASM_test_mksession(session=list(), full_session=FALSE)
state = sess_res$state
dlfn = ASM_fetch_dlfn(state)
dlfn