original_file {ArchaeoPhases} | R Documentation |
Checks whether or not a file is identical to the one used to create
an archaeophases_mcmc
object.
original_file(x, ...)
x |
An |
... |
Either a path to a CSV file, a connection,
or the value |
A boolean, TRUE
if the files match, FALSE
otherwise.
Thomas S. Dye, tsd@tsdye.online
## Not run:
rem <- read_chronomodel("http://tsdye.online/AP/cm/Chain_all_Events.csv")
original_file(rem, "http://tsdye.online/AP/cm/Chain_all_Events.csv")
## End(Not run)