# \donttest{
# Count how many chemicals for which HTTK is available without the QSPR:
num.chems <- length(get_cheminfo())
print(num.chems)
# For chemicals with Dawson et al. (2021) Clint and Fup QSPR predictions,
# add them to our chemical information wherever measured values are
# unavailable:
load_dawson2021()
# For chemicals with Dawson et al. (2021) QSPR predictions, add them to
# our chemical information -- overwriting measured values where we had them:
load_dawson2021(overwrite=TRUE)
# Let's see how many chemicals we have now with the Dawson et al. (2021)
# predictions loaded:
length(get_cheminfo())
# Now let us reset the chemical data to the initial version:
reset_httk()
# We should be back to our original number:
num.chems == length(get_cheminfo())
# }
Run the code above in your browser using DataLab