R/keys.R

Defines functions names.hash

Documented in names.hash

# -----------------------------------------------------------------------------
# keys.R
# METHOD: keys
# -----------------------------------------------------------------------------
setGeneric( "keys", function(x) standardGeneric("keys") )
setMethod( "keys" , "hash" ,
	function(x) ls(x@.Data, all.names=T )
)

names.hash <- function(x) keys(x)

Try the hash package in your browser

Any scripts or data that you put into this service are public.

hash documentation built on Aug. 20, 2023, 1:08 a.m.