Hi com,

 

I'm writing an R extension which uses a NAMESPACE file.

Well I want to export all objects which don't have an "prefix" as part
of name. 

Something like:

 

exportPattern("^(?!prefix).+?", perl = TRUE)

 

but it does not work

 

Is there any way to do this?

 

Cheers

 

Biczok


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to