refresh {crunch} | R Documentation |
Get a fresh copy from the server
Description
Crunch objects generally keep themselves in sync with the server when you
manipulate them, but some operations cause the local version to diverge from
the version on the server. For instance, someone else may have
modified the dataset you're working on, or maybe
you have modified a variable outside of the context of its dataset.
refresh()
allows you to get back in sync.
Usage
refresh(x)
## S4 method for signature 'CrunchDataset'
refresh(x)
## S4 method for signature 'ShojiObject'
refresh(x)
## S4 method for signature 'CrunchVariable'
refresh(x)
Arguments
x |
pretty much any Crunch object |
Value
a new version of x
[Package crunch version 1.30.4 Index]