Nothing
label2jaq <-
function( label, phased = TRUE){
out <- allJaq()
jaq <- numeric( length( label ))
sel <- ifelse( phased, 2,3 )
for( i in 1:length(label)){
jaq[i] <- out[ out[,1]== label[i], sel]
}
return( jaq )
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.