I am writing a package containing a function such as:
\"%IN%\" <- function(x, table) x & match(x, table, nomatch = 0) > 0
When I
The solution entails installing roxygen2 and modifying the NAMESPACE file to include a line such as:
roxygen2
NAMESPACE
export("%IN%")