For files with one character file extensions, like R scripts ("script.R"), the download_d1_data() function returns a missing file extension for the file when downloaded ("scriptNA"). This can be fixed by simply expanding the lower limit on the number of characters in a file extension to 1.
For files with one character file extensions, like R scripts ("script.R"), the
download_d1_data()
function returns a missing file extension for the file when downloaded ("scriptNA"). This can be fixed by simply expanding the lower limit on the number of characters in a file extension to 1.