powered by
BioCompute Objects checksum validator (v1.4.2)
validate_checksum_v1.4.2(file)validate_checksum(file)
validate_checksum(file)
Path to the BCO JSON file
Logical. TRUE if the checksum matched, FALSE if not.
TRUE
FALSE
# NOT RUN { bco <- tempfile(fileext = ".json") generate_example("HCV1a") %>% convert_json() %>% export_json(bco) bco %>% validate_checksum() # }
Run the code above in your browser using DataLab