R/zz_help_files.R
materialize.Rd
Materializes an alt-rep object
materialize(x)
An alt-rep object
x
Materializes any alt-rep object and then returns it. Note: the object is materialized regardless of whether the return value is assigned to a variable.
x <- sf_vector(10) sf_assign(x, 1, "hello world") sf_assign(x, 2, "another string") x <- materialize(x)