Compare the local GMD dataset list with the server version to identify new entries.
dlw_gmd_new.RdCompare the local GMD dataset list with the server version to identify new entries.
Note
This function expects a working release to be configured via
pipfun::setup_working_release(). When called from
pipdata_get_gmd(), the release is already set. When called
standalone, ensure setup_working_release() has been invoked first.
Examples
if (FALSE) { # \dontrun{
df <- dlw_gmd_new()
head(df)
} # }