Skip to content

Commit

Permalink
doc for redcap_file_repo_list_oneshot()
Browse files Browse the repository at this point in the history
ref #549
  • Loading branch information
wibeasley committed Oct 25, 2024
1 parent c55716a commit 1bdc662
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Version 1.4.x (Not yet released on CRAN)

These features are not yet on CRAN. Install with `remotes::install_github("OuhscBbmc/REDCapR")`

### New Features

* `redcap_file_repo_list_oneshot()` export a list of files/folders from the file repository (requested by @agdamsbo, #549)

Version 1.3.0 (released 2024-10-22)
==========================================================

Expand Down
4 changes: 2 additions & 2 deletions R/redcap-file-repo-list.R
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#' @title
#' Export a List of Files/Folders from the File Repository
#'#'
#'
#' @description
#' Allows you to export a list of all files and sub-folders from a specific
#' folder in a project's File Repository.
#' Each sub-folder will have an associated folder_id number,
#' and each file will have an associated doc_id number.
#'
#' @param folder_id the `folder_id` of a specific folder in the
#' @param folder_id the integer of a specific folder in the
#' File Repository for which you wish to export a list of its
#' files and sub-folders.
#' If `NA` (the default),
Expand Down
6 changes: 6 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@ reference:
- redcap_write_oneshot
- redcap_delete
- redcap_report

- title: "File API Operations"
desc: >
Manipulating files in the REDCap records and in the file repository.
contents:
- redcap_file_download_oneshot
- redcap_file_upload_oneshot
- redcap_file_repo_list_oneshot

- title: "Additional API Methods"
desc: >
Expand Down
5 changes: 2 additions & 3 deletions man/redcap_file_repo_list_oneshot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bdc662

Please sign in to comment.