The R Project SVN R

Rev

Rev 90234 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90234 Rev 90303
Line 107... Line 107...
107
 
107
 
108
  \code{\link{save}} and \code{\link{saveRDS}} for a more reliable way to
108
  \code{\link{save}} and \code{\link{saveRDS}} for a more reliable way to
109
  save \R objects.
109
  save \R objects.
110
 
110
 
111
  \href{https://blog.r-project.org/2024/05/17/generalizing-support-for-functional-oop-in-r/}{R
111
  \href{https://blog.r-project.org/2024/05/17/generalizing-support-for-functional-oop-in-r/}{R
112
  Blog on Generalized OOP} motivating \code{.OBJSXP()}-kind \pkg{S7} package objects.
112
  Blog on Generalized \abbr{OOP}} motivating \code{.OBJSXP()}-kind \pkg{S7} package objects.
113
}
113
}
114
\examples{
114
\examples{
115
x <- 1; y <- 1:10
115
x <- 1; y <- 1:10
116
fil <- tempfile(fileext=".Rdmped")
116
fil <- tempfile(fileext=".Rdmped")
117
dump(ls(pattern = '^[xyz]'), fil)
117
dump(ls(pattern = '^[xyz]'), fil)