R/pageList.R

Defines functions pageList

Documented in pageList

pageList <- function() {
    # pageList()
    #
    # Function to obtain a list of the registered variables of the current sessione.
    #
    # 
    # INPUT
    #
    #OUTPUT
    #
    #  An 1:(m) list of characters of the registered p namespaces, each of them having up to k variables. Each element of the list is a combination of namespace and variable name
    #author: JM 05/2025

    .Call("C_pageList", PACKAGE = "memshare")
}

Try the memshare package in your browser

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

memshare documentation built on Dec. 5, 2025, 9:07 a.m.