A B C D E F G H I L M N O P R S T U W Y misc
mvbutils-package | How to use the mvbutils package |
as.cat | Miscellaneous utilities |
assign.to.base | Modify standard R functions, including tweaking their default arguments |
attach.mlazy | Cacheing objects for lazy-load access |
autoedit | Editing functions, text objects, and scriptlets |
build.pkg | Package building, distributing, and checking |
build.pkg.binary | Package building, distributing, and checking |
callees.of | Shows which functions call what |
callers.of | Shows which functions call what |
cd | Organizing R workspaces |
cd.change.all.paths | Hierarchy-crawling functions for cd-organized workspaces |
cd.write.mvb.tasks | Hierarchy-crawling functions for cd-organized workspaces |
cdfind | Hierarchy-crawling functions for cd-organized workspaces |
cditerate | Hierarchy-crawling functions for cd-organized workspaces |
cdprompt | Support routine for cd-organized workspace hierarchy. |
cdregexpr | Hierarchy-crawling functions for cd-organized workspaces |
cdtree | Hierarchy-crawling functions for cd-organized workspaces |
changed.funs | Show functions and callees in environment 'egood' that have changed or disappeared in environment 'ebad'. |
check.patch.versions | Check consistency of maintained package versions |
check.pkg | Package building, distributing, and checking |
clip | Miscellaneous utilities |
cq | Miscellaneous utilities |
create.backups | Text backups of function source code |
create.wrappers.for.dll | Convenient automated loading of DLLs |
cull.old.builds | Package building, distributing, and checking |
current.source | Read R code and data from a file or connection |
demlazy | Cacheing objects for lazy-load access |
deparse.names.parsably | Miscellaneous utilities |
ditto.list | Shorthand filler-inner for lists |
do.in.envir | Modify a function's scope |
do.on | Easier sapply/lapply avoiding explicit function |
doc2Rd | Converts plain-text documentation to Rd format |
dochelp | Documentation (informal help) |
docotest | Converts plain-text documentation to Rd format |
dont.lock.me | Prevent sealing of a namespace, to facilitate package maintenance. |
dont.lockBindings | Helper for live-editing of packages |
empty.data.frame | Miscellaneous utilities |
env.name.string | Miscellaneous utilities |
everyth | Miscellaneous utilities |
expanded.call | Miscellaneous utilities |
extract.named | Create variables from corresponding named list elements |
fast.read.fwf | Read in fixed-width files quickly |
FF | Editing functions, text objects, and scriptlets |
find.docholder | Support for flat-format documentation |
find.documented | Support for flat-format documentation |
find.funs | Miscellaneous utilities |
find.lurking.envs | Miscellaneous utilities |
fix.order | Shows functions sorted by date of edit |
fixr | Editing functions, text objects, and scriptlets |
fixtext | Editing functions, text objects, and scriptlets |
flatdoc | Flat-format documentation |
foodweb | Shows which functions call what |
FOR | Easier sapply/lapply avoiding explicit function |
from.here | Read R code and data from a file or connection |
generic.dll.loader | Convenient automated loading of DLLs |
get.backup | Text backups of function source code |
hack | Modify standard R functions, including tweaking their default arguments |
help | The R help system |
help2flatdoc | Convert help files to flatdoc format. |
index | Miscellaneous utilities |
install.pkg | Package building, distributing, and checking |
integ | Miscellaneous utilities |
is.dir | Miscellaneous utilities |
isF | Miscellaneous utilities |
isT | Miscellaneous utilities |
ldyn.tester | Convenient automated loading of DLLs |
ldyn.unload | Convenient automated loading of DLLs |
legal.filename | Miscellaneous utilities |
library.dynam.reg | Auto-registration and loading of dynamic library |
local.on.exit | Macro-like functions |
local.return | Macro-like functions |
lsall | Miscellaneous utilities |
lsize | Report objects and their memory sizes |
maintain.packages | Set up task package for live editing |
make.dull | Hide dull columns in data frames |
make.NAMESPACE | Auto-create a NAMESPACE file |
make_dull | Hide dull columns in data frames |
masked | Miscellaneous utilities |
masking | Miscellaneous utilities |
massrep | Replacement and insertion functions with more/less than 1 replacement per spot |
max_pkg_ver | Max package version |
mcachees | Cacheing objects for lazy-load access |
mcut | Put reals and integers into specified bins, returning factors. |
mintcut | Put reals and integers into specified bins, returning factors. |
mkdir | Miscellaneous utilities |
mlazy | Cacheing objects for lazy-load access |
mlocal | Macro-like functions |
most.recent | Miscellaneous utilities |
move | Organizing R workspaces |
mtidy | Cacheing objects for lazy-load access |
multinsert | Replacement and insertion functions with more/less than 1 replacement per spot |
multirep | Replacement and insertion functions with more/less than 1 replacement per spot |
mvb.eval.parent | Functions to Access the Function Call Stack |
mvb.match.call | Functions to Access the Function Call Stack |
mvb.nargs | Functions to Access the Function Call Stack |
mvb.parent.frame | Functions to Access the Function Call Stack |
mvb.sys.call | Functions to Access the Function Call Stack |
mvb.sys.function | Functions to Access the Function Call Stack |
mvb.sys.nframe | Functions to Access the Function Call Stack |
mvb.sys.parent | Functions to Access the Function Call Stack |
mvbutils | How to use the mvbutils package |
mvbutils.operators | Utility operators |
mvbutils.packaging.tools | How to create & maintain packages with mvbutils |
mvbutils.utils | Miscellaneous utilities |
my.all.equal | Miscellaneous utilities |
my.index | Arbitrary-level retrieval from and modification of recursive objects |
my.index.assign | Arbitrary-level retrieval from and modification of recursive objects |
my.index.exists | Arbitrary-level retrieval from and modification of recursive objects |
named | Miscellaneous utilities |
NEG | Generate a negated version of your function. Useful for 'nlminb' etc. |
noice | Prints a call object nicely |
nscat | Miscellaneous utilities |
nscatn | Miscellaneous utilities |
option.or.default | Miscellaneous utilities |
patch.install | Update a source and/or installed package from a task package |
patch.installed | Update a source and/or installed package from a task package |
plot.cdtree | Hierarchy-crawling functions for cd-organized workspaces |
plot.foodweb | Shows which functions call what |
pos | Miscellaneous utilities |
pre.install | Update a source and/or installed package from a task package |
pre.install.hook... | Update a source and/or installed package from a task package |
Print values | |
print.( | Print values |
print.<- | Print values |
print.call | Print values |
print.cat | Print values |
print.default | Print values |
print.for | Print values |
print.function | Print values |
print.if | Print values |
print.name | Print values |
print.pagertemp | Print values |
print.specialprint | Print values |
print.while | Print values |
print.{ | Print values |
put.in.session | Miscellaneous utilities |
rbdf | Data frames: better behaviour with zero-length cases |
rbind | Data frames: better behaviour with zero-length cases |
rbind.data.frame | Data frames: better behaviour with zero-length cases |
read.bkind | Text backups of function source code |
readLines.mvb | Read text lines from a connection |
readr | Editing functions, text objects, and scriptlets |
remove.from.package | Remove object(s) from maintained package |
returnList | Miscellaneous utilities |
rm.pkg | Remove object(s) from maintained package |
safe.rbind | Miscellaneous utilities |
Save | Save R objects |
Save.pos | Save R objects |
scatn | Miscellaneous utilities |
search.for.regexpr | Find functions/objects/flatdoc-documentation containing a regexp. |
set.finalizer | Obsolete but automatic finalization for persistent objects created in C. |
set.rcmd.vars | Package building, distributing, and checking |
setup.mcache | Cacheing objects for lazy-load access |
sleuth | Generalized version of find |
source.mvb | Read R code and data from a file or connection |
spkg | Update a source and/or installed package from a task package |
strip.missing | Exclude "missing" objects |
task.home | Organizing R workspaces |
to.regexpr | Miscellaneous utilities |
unmaintain.package | Set up task package for live editing |
unpackage | Convert existing source package into task package |
warn.and.subset | Extract subset and warn about omitted cases |
write.NAMESPACE | Auto-create a NAMESPACE file |
yes.no | Miscellaneous utilities |
%!in% | Utility operators |
%&% | Utility operators |
%**% | Utility operators |
%<-% | Utility operators |
%downto% | Utility operators |
%except% | Utility operators |
%grepling% | Utility operators |
%in.range% | Utility operators |
%is.a% | Utility operators |
%is.an% | Utility operators |
%is.not.a% | Utility operators |
%is.not.an% | Utility operators |
%matching% | Utility operators |
%not.in% | Utility operators |
%not.in.range% | Utility operators |
%perling% | Utility operators |
%SUCH.THAT% | Utility operators |
%such.that% | Utility operators |
%that.are.in% | Utility operators |
%that.dont.match% | Utility operators |
%that.match% | Utility operators |
%upto% | Utility operators |
%where% | Utility operators |
%where.warn% | Utility operators |
%without.name% | Utility operators |
? | The R help system |