Skip to content

Commit

Permalink
Fix styler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mingstat committed Jul 5, 2024
1 parent 528b829 commit 2639cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dvloader.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ get_nfs_path <- function() {
get_cre_path <- get_nfs_path

#' Loads data into memory based on study directory and one or more file_names.
#' @param sub_dir A relative directory/folder that will be appended to a base path defined by `Sys.getenv("RXD_DATA")`.
#' @param sub_dir A relative directory/folder that will be appended to a base path defined by `Sys.getenv("RXD_DATA")`.
#' If the argument is left as NULL, the function will load data from the working directory `getwd()`.
#' @param file_names Study file or file_names name(s) - can be a vector of strings.
#' This is the only required argument.
Expand Down

0 comments on commit 2639cb8

Please sign in to comment.