ls. {hdeco}R Documentation

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.()

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

Value

Provides a listing of all objects in the workspace whose names begin with a period.

Note

Useful for listing hidden objects in a workspace that are generated by HDECO

Author(s)

Ferenc Csillag

See Also

hdeco, ls

Examples

ls.()

[Package hdeco version 0.4.1 Index]