loadOneName function

load an object from .RDATA file

load an object from .RDATA file

loadOneName(objName, file, envir = parent.frame(), assign.on.exit = TRUE)

Arguments

  • objName: the name of the object
  • file: the file path
  • envir: environment; default is calling environment: parent.frame
  • assign.on.exit: default is TRUE

Returns

a new environment

  • Maintainer: Zhenke Wu
  • License: MIT + file LICENSE
  • Last published: 2024-01-30