intcal.write.data {rintcal} | R Documentation |
Write intcal data to a file.
Description
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.
Usage
intcal.write.data(data, fname)
Arguments
data |
intcal variable as obtained from intcal.read.data() |
fname |
Name of the file to be written |
Examples
intcal <- intcal.read.data()
myintcal <- tempfile()
intcal.write.data(intcal, myintcal)
[Package rintcal version 0.6.4 Index]