kobo_data(
x,
lang,
all_versions,
colnames_label,
select_multiple_label,
select_multiple_sep,
progress,
paginate,
page_size
)kobo_submissions(
x,
lang,
all_versions,
colnames_label,
select_multiple_label,
select_multiple_sep,
progress,
paginate,
page_size
)
# S3 method for kobo_asset
kobo_submissions(
x,
lang = NULL,
all_versions = TRUE,
colnames_label = FALSE,
select_multiple_label = FALSE,
select_multiple_sep = "_",
progress = FALSE,
paginate = NULL,
page_size = NULL
)
# S3 method for character
kobo_submissions(
x,
lang = NULL,
all_versions = TRUE,
colnames_label = FALSE,
select_multiple_label = FALSE,
select_multiple_sep = "_",
progress = FALSE,
paginate = NULL,
page_size = NULL
)
# S3 method for default
kobo_submissions(
x,
lang = NULL,
all_versions = TRUE,
colnames_label = FALSE,
select_multiple_label = FALSE,
select_multiple_sep = "_",
progress = FALSE,
paginate = NULL,
page_size = NULL
)