Skip to content

Commit

Permalink
refactor: cleanup of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilimo Machine committed Oct 8, 2021
1 parent e9314df commit 1577dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ona-data-dowloader.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ downloadCsvFile <- function(url,file,body){
return(curlResults)
}

fileName=("Assign_PA_AC.csv")
subFolder=("") ##if CSV exists within a sub folder put the sub-folder here here
fileName=("SG Validation choice experiment _ Data collection.csv")
subFolder=("EiA_SAA") ##if CSV exists within a sub folder put the sub-folder here here
df <- data.frame(fileName,subFolder)

filePayload <- jsonlite::toJSON(unbox(df))
Expand Down

0 comments on commit 1577dd6

Please sign in to comment.