tests/copyEnv.R

library(Biobase)
library(TypeInfo)
typeInfo( copyEnv ) <-
     SimultaneousTypeSpecification(
         TypedSignature(
            oldEnv = "environment" ,
            newEnv = "environment" ,
            all.names = "logical"
        ),
        returnType = "vector")

Try the TypeInfo package in your browser

Any scripts or data that you put into this service are public.

TypeInfo documentation built on Nov. 8, 2020, 5:40 p.m.