misc/calculation-ideas.R

library(RODBC)
library(pedotransfR)

## save local copies of calculation code

getAndCacheCalculation(
  calcName = '15 AASHTO Group Index', 
  basePath = 'NASIS_calculations/'
)


getAndCacheCalculation(
  calcName = '14 Liquid Limit and PI', 
  basePath = 'NASIS_calculations/'
)

getAndCacheCalculation(
  calcName = 'HSG', 
  basePath = 'NASIS_calculations/'
)
ncss-tech/pedotransfR documentation built on Feb. 14, 2024, 10:06 p.m.