The R Project SVN R

Rev

Rev 54021 | Rev 60153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 54021 Rev 60146
Line 1... Line 1...
1
local({
1
local({
2
    makeLazyLoadDB <- function(from, filebase, compress = TRUE, ascii = FALSE,
2
    makeLazyLoadDB <- function(from, filebase, compress = TRUE, ascii = FALSE,
-
 
3
#
-
 
4
#  Copyright (C) 1995-2012 The R Core Team
3
                               variables) {
5
                               variables) {
4
 
6
 
5
        envlist <- function(e) {
7
        envlist <- function(e) {
6
            names <- ls(e, all=TRUE)
8
            names <- ls(e, all=TRUE)
7
            list <- .Call("R_getVarsFromFrame", names, e, FALSE, PACKAGE="base")
9
            list <- .Call("R_getVarsFromFrame", names, e, FALSE, PACKAGE="base")