Sign in
third-party-mirror
/
R
/
ed085040265b88bceeb8d5ab1f07a902d95d641c
/
.
/
tests
/
Embedding
/
foo.R
blob: 06ef4aa9ee43023ac42d8bd9b28df54aff052cc7 [
file
]
foo
<-
function
(
...
)
{
args
<-
list
(
...
)
print
(
args
)
print
(
names
(
args
))
TRUE
}