R/hello.R

Defines functions hello

hello <- function(){
  x <- 1
  y <- x + 1
  z = x + y
  browser()#断点
  print('hello world!!')
}
YuGeooo/Hello documentation built on Dec. 31, 2020, 6:35 p.m.