Learn R Programming

formods (version 0.2.1)

ASM_fetch_dlfn: Fetch Download File Name

Description

Gets either the file name specified by the user or the default value if that is null

Usage

ASM_fetch_dlfn(state, extension = ".zip")

Value

character object with the download file name

Arguments

state

ASM state from ASM_fetch_state()

extension

File extension for the download (default: ".zip")

Examples

Run this code
# 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