Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 20th, 2018
80
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
mylist <- list(a = 3, b = c(2,8), c = c(1,4))
sumit<-function(v){x<-v$a + v$b + v$c}
x<-sumit(mylist)
sumit<-function(v){
x<-v$a + v$b + v$c
if (v$c ==1) x<-x*100
}
x<-sumit(mylist)
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
49 min ago | 6.06 KB
Untitled
2 hours ago | 6.29 KB
Untitled
4 hours ago | 7.39 KB
Untitled
6 hours ago | 5.74 KB
Untitled
8 hours ago | 5.00 KB
Untitled
9 hours ago | 9.00 KB
Untitled
13 hours ago | 5.64 KB
PS: CI Sheet Review/Finalize CI Sheet - Respo...
14 hours ago | 0.27 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!