Update for dbUtilities
This commit is contained in:
parent
ebc35d1e29
commit
e1679d8d07
15
.utilities.R
15
.utilities.R
@ -2,10 +2,11 @@
|
|||||||
#
|
#
|
||||||
# Miscellaneous R code to suppport the project
|
# Miscellaneous R code to suppport the project
|
||||||
#
|
#
|
||||||
# Version: 1.1
|
# Version: 1.2
|
||||||
# Date: 2017 09
|
# Date: 2017 09
|
||||||
# Author: Boris Steipe
|
# 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.1 2017 updates for ABC-units
|
||||||
# V 1.0 First code
|
# V 1.0 First code
|
||||||
#
|
#
|
||||||
@ -14,6 +15,13 @@
|
|||||||
#
|
#
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
|
# ====== SCRIPTS =============================================================
|
||||||
|
|
||||||
|
source("./scripts/ABC-dbUtilities.R")
|
||||||
|
|
||||||
|
|
||||||
|
# ====== SUPPORT FUNCTIONS =====================================================
|
||||||
|
|
||||||
objectInfo <- function(x) {
|
objectInfo <- function(x) {
|
||||||
# Function to combine various information items about R objects
|
# Function to combine various information items about R objects
|
||||||
#
|
#
|
||||||
@ -40,10 +48,6 @@ objectInfo <- function(x) {
|
|||||||
# Done
|
# Done
|
||||||
}
|
}
|
||||||
|
|
||||||
# ====== Constants =============================================================
|
|
||||||
|
|
||||||
|
|
||||||
# ====== SUPPORT FUNCTIONS =====================================================
|
|
||||||
|
|
||||||
biCode <- function(s) {
|
biCode <- function(s) {
|
||||||
# make a 5 character code from a binomial name by concatening
|
# make a 5 character code from a binomial name by concatening
|
||||||
@ -111,6 +115,7 @@ waitTimer <- function(t, nIntervals = 50) {
|
|||||||
return(invisible())
|
return(invisible())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# ====== DATA ==================================================================
|
# ====== DATA ==================================================================
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user