Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
t4018
/
r-indent
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
text
6 lines
91 Bytes
Copy permalink
Copy
Raw
1
RIGHT <- function(a, b) {
2
c = mean(a, b)
3
d = c + 2
4
ChangeMe()
5
return (d)
6
}