ASM_fetch_dlfn | 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()
state = sess_res$state
dlfn = ASM_fetch_dlfn(state)
dlfn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.