intcal.write.data {rintcal} | R Documentation |
Write the intcal.json file that comes with the rintcal packages to somewhere local. This can be useful if you want to avoid repeatedly downloading the json file from intchron.org.
intcal.write.data(data, fname)
data |
intcal variable as obtained from intcal.read.data() |
fname |
Name of the file to be written |
intcal <- intcal.read.data()
myintcal <- tempfile()
intcal.write.data(intcal, myintcal)