Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. f <- function(x, y) {
  2. return(x + y)
  3. }
  4.  
  5. save(f, file = 'C:\Users\Joyce\Documents\R\Secret.rda')
  6.  
  7. load("C:\Users\Joyce\Documents\R\Secret.rda")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement