run_ls
From unitizer v1.4.6
by Brodie Gaslam
Worker function to actually execute the `ls` work
Worker function to actually execute the `ls` work
- Keywords
- internal
Usage
run_ls(env, stop.env, all.names, pattern, store.env = NULL)
Arguments
- env
the environment to start
`ls`
ing in- stop.env
the environment to stop at
- all.names,
same as
`ls`
- pattern
same as
`ls`
- store.env
NULL or environment, if the latter will populate that environment with all the objects found between
`env`
and`stop.env`
Value
character or environment depending on `store.env`
Community examples
Looks like there are no examples yet.