R/pacoteTeste.R

Defines functions funcao1 funcao2 funcao3

Documented in funcao1 funcao2 funcao3

funcao1 <- function(x){
  x + 10
}

funcao2 <- function(x){
  x * 10
}

funcao3 <- function(x){
  x - 10
}
oushiro/pacoteTeste2 documentation built on Jan. 20, 2020, 8:01 p.m.