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