R/firstfunction.R

Defines functions change

Documented in change

#' change
#'
#' @param d
#' @param s
#' @param j
#' @param t
#'
#' @return
#' @export
#'
#' @examples
change <- function(d, s,j,t) {
  attach(d)
  i=eval(parse(text = j))
  t[i]=s[i]
  }

# #Ctrl+Shift+Alt+R
# devtools::document()
# 
# Author@R: person("Yao", "Guan", email = "guanyaociqi@gmail.com",
#                   role = c("aut", "cre"))
KachiKachi/tpltest documentation built on Jan. 1, 2020, 2:57 a.m.