Skip to content

Commit

Permalink
Udated example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asitav-sen committed Aug 22, 2024
1 parent 352341d commit 5957d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ kobotools_api(url = "eu.kobotoolbox.org", simplified = T, uname = "userid", pwd
KoboconnectR::kobo_df_download(
uname = "username",
pwd = "password", assetid = "assetid",
lang = "English (en)", all = "false", lang = "_default",
all = "false", lang = "_default",
hierarchy = "false", include_grp = "true", grp_sep = "/", fsep = ";",
multi_sel = "both", media_url = "true", fields = NULL, sub_ids = NULL, sleep = 2
)
Expand Down

0 comments on commit 5957d23

Please sign in to comment.