index
:
python-dialogue-r.git
handle_vectors
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test_evaluate_expression.r
blob: cf60a67b26e6de7695c39b381b8d6060b337248f (
plain
)
1
2
3
4
test_method
<-
function
(
arg_1,
arg_2
)
{
result <- arg_1 + arg_2
return(result)
}