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

Commit 0aca3fb

Browse files
Merge pull request #3 from socialcopsdev/minor-patch
put mandatory arguments before optional ones in landsat_download
2 parents 9ec247a + b555272 commit 0aca3fb

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)