Skip to content
Snippets Groups Projects
Commit a35b20a7 authored by yhan's avatar yhan
Browse files

changement of files R

parent 442ceecf
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#' @description #' @description
#' Check if the specified R packages are present in the computer and import them into the working environment #' Check if the specified R packages are present in the computer and import them into the working environment
#' @param req.package Character vector of package names to import #' @param req.package Character vector of package names to import
#' @param load Logical. Load the package into the environement (using library())? Interesting if packages are not in default folders or for checking the functions names of packages using search() #' @param load Logical. Load the package into the environment (using library())? Interesting if packages are not in default folders or for checking the functions names of packages using search()
#' @param lib.path Optional character vector specifying the absolute pathways of the directories containing some of the listed packages in the req.package argument, if not in the default directories. Ignored if NULL #' @param lib.path Optional character vector specifying the absolute pathways of the directories containing some of the listed packages in the req.package argument, if not in the default directories. Ignored if NULL
#' @returns Nothing #' @returns Nothing
#' @details #' @details
......
######## fun_secu() #### verif that local variables are not present in other envs ######## fun_secu() #### verify that local variables are not present in other envs
#' @title fun_secu #' @title fun_secu
#' @description #' @description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment