Description Usage Arguments Value Examples
Download the pre-calculated data from github. Returns the name of the downloaded file with the path to it.
1 2 | get_data_uniConSigPreCal(file.data = "preCal.data.all.RData",
dir.local = "./data.uniConSigPreCal/")
|
file.data |
A string which specifies the name of the data file to be fetched from github. Default is preCal.data.all.RData |
dir.local |
A string which specifies the name of the directory where the data file will be saved. Need "/" at the end of the string. |
The name of the downloaded file with the path to it.
1 2 3 | #For the data required in uniConSig calculation:
#preCal.local<-get_data_uniConSigPreCal()
#load(preCal.local)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.