# First create some flatdoc documentation in .GlobalEnv...
# ... by unpacking the helpfile for operator defns in mvbutils
some.doc <- help2flatdoc( "mvbutils-operators",
attr( as.environment( "package:mvbutils"), "path"))
find.documented( list( .GlobalEnv, asNamespace( "mvbutils")))
# ... should see lots of '\%...\%'-type operators
Run the code above in your browser using DataLab