Update for dbUtilities

This commit is contained in:
hyginn 2017-09-25 01:29:43 -04:00
parent ebc35d1e29
commit e1679d8d07

View File

@ -2,10 +2,11 @@
#
# Miscellaneous R code to suppport the project
#
# Version: 1.1
# Version: 1.2
# Date: 2017 09
# Author: Boris Steipe
#
# V 1.2 update database utilities to support 2017 version of JSON sources
# V 1.1 2017 updates for ABC-units
# V 1.0 First code
#
@ -14,6 +15,13 @@
#
# ==============================================================================
# ====== SCRIPTS =============================================================
source("./scripts/ABC-dbUtilities.R")
# ====== SUPPORT FUNCTIONS =====================================================
objectInfo <- function(x) {
# Function to combine various information items about R objects
#
@ -40,10 +48,6 @@ objectInfo <- function(x) {
# Done
}
# ====== Constants =============================================================
# ====== SUPPORT FUNCTIONS =====================================================
biCode <- function(s) {
# make a 5 character code from a binomial name by concatening
@ -111,6 +115,7 @@ waitTimer <- function(t, nIntervals = 50) {
return(invisible())
}
# ====== DATA ==================================================================