R/inProgress/go2question.R

Defines functions go2question

#' @title multiple answer with \emp{other} option (the skip length)
#' @param go2 is the jump to other colum. Default to the next right near column. Integer to the right or character of the column name
#' @param opts Options for the answer. For example, 1 to 3, or yes or no.
#' @param 
#' @param 


go2question <- function(x, go2 = 1, opts = NULL, fillwith = NULL){
  
}
  
  
  
  
mathphysmx/cleanTable documentation built on May 29, 2019, 2:51 p.m.