run_ls {unitizer} | R Documentation |
Worker function to actually execute the 'ls' work
Description
Worker function to actually execute the 'ls' work
Usage
run_ls(env, stop.env, all.names, pattern, store.env = NULL)
Arguments
env |
the environment to start |
stop.env |
the environment to stop at |
all.names |
same as |
pattern |
same as |
store.env |
NULL or environment, if the latter will populate that
environment with all the objects found between |
Value
character or environment depending on `store.env`
[Package unitizer version 1.4.19 Index]