R/viewList.R

Defines functions viewList

Documented in viewList

viewList <- function() {
    # viewList()
    #
    #  Function to obtain a list of the views the current session holds..
    #
    # 
    # INPUT.
    #
    #OUTPUT
    #   An 1:p list of characters of the the p retrieved view
    #author: JM 05/2025

    .Call("C_viewList", 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.