Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit b555272

Browse files
author
Akash Tandon
authored
put mandatory arguments before optional ones in landsat_download
1 parent 9ec247a commit b555272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/landsat_download.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' landsat_download("https://edclpdsftp.cr.usgs.gov/orders/order_id1.tar.gz", dest_file = tempdir())
1818
#'
1919

20-
landsat_download <- function(download_url, entity_id = NULL, folder_wise = FALSE, dest_file){
20+
landsat_download <- function(download_url, dest_file, entity_id = NULL, folder_wise = FALSE){
2121

2222
if(!(folder_wise)){
2323
entity_id = rep("/", length(download_url))

0 commit comments

Comments
 (0)