R/userId.R

Defines functions userId

Documented in userId

#' userId 
#'
#' userId 
#'
#'
#' @inheritParams common_attributes 
#' @param directory The directory system within which the directoryId can be retrieved.
#'
#' @return a userId list object
#'
#' @export

 userId <- function(directory = NULL){ 
Filter(Negate(is.null),
 list(
directory = directory))}
cboettig/build.eml documentation built on May 8, 2019, 8:57 p.m.