R/without_double_quote.R

Defines functions fooo foo

Documented in foo fooo

#' @title without double quote
#' @description  wati
#' @param X sequence of
#'
#'

#'
foo  <- function(X){ Y <-substitute(X);cat(Y)}


#' @title taboo or
#' @description wait
#'
#'
 fooo <-function(){
   A <-1 # This does not work but only to remove the note in the R CMD check
  foo(A)
}

Try the BayesianFROC package in your browser

Any scripts or data that you put into this service are public.

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.