ls
- List workspace content
all : | Bool (pass by value) |
Should we print all variables and functions including provided ones by RevBayes? | |
Default : FALSE | |
filter : | String (pass by value) |
List objects for the provided type. | |
Default : all | |
Options : all|utility|math|distribution|function|datatype|move|monitor|analysis|file|summary|uncategorized |
# now we have an empty workspace
ls()
# next wee add a variable
a <- 1
# and we can see it
ls()