R/physical.R

Defines functions .physical

.physical <- function(x){
  .subset2(x, "physical")
}

`.physical<-` <- function (x, value) 
{
  attributes(attr(x, "physical")) <- c(value, list(class = "ff_pointer"))
  x
}

Try the ffbase package in your browser

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

ffbase documentation built on Feb. 27, 2021, 5:06 p.m.