Skip to content

Commit

Permalink
chore: Add argument documentation to get_data function
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDo1 committed Jun 21, 2024
1 parent bb7f3da commit 9e32c2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#' The data can be parsed by file extension.
#' If return_data_paths is set to FALSE, the function will return the paths
#' to the data files. If set to TRUE, the function will try to parse the data.
#' @param return_data_paths Logical. If FALSE (default), the function will return the paths
#' to the data files. If TRUE, the function will try to parse the data.
#'
#' @return A list of the parsed data specified in "/in/input.json"
#' @examples
Expand Down

0 comments on commit 9e32c2b

Please sign in to comment.