Rdocumentation
powered by
Learn R Programming
hdeco (version 0.4.1)
ls.: List objects starting with '.'
Description
Similar to the function ls, this modified form shows only those objects whose names begin with a period.
Usage
ls.()
Arguments
Value
Provides a listing of all objects in the workspace whose names begin with a period.
Details
This function will only display the hidden objects in a workspace. To see other objects, use the traditional form of the list function, ls
See Also
hdeco
,
ls
Examples
Run this code
ls.()
Run the code above in your browser using
DataLab