verify_vc {git2rdata} | R Documentation |
Read a file an verify the presence of variables
Description
Reads the file with read_vc()
.
Then verifies that every variable listed in variables
is present in the
data.frame.
Usage
verify_vc(file, root, variables)
Arguments
file |
the name of the git2rdata object. Git2rdata objects cannot
have dots in their name. The name may include a relative path. |
root |
The root of a project. Can be a file path or a |
variables |
a character vector with variable names. |
See Also
Other storage:
list_data()
,
prune_meta()
,
read_vc()
,
relabel()
,
rename_variable()
,
rm_data()
,
write_vc()
[Package git2rdata version 0.4.0 Index]