
Last chance! 50% off unlimited learning
Sale ends in
This function checks library dependencies
try_require(package, stop = TRUE)
Character. Name of the library
Boolean. Stop if not installed. If FALSE
and
library is not available, warning will be shown.
No return value, called for side effects.
Other Tools:
autoline()
,
bindfiles()
,
bring_api()
,
db_download()
,
db_upload()
,
export_plot()
,
export_results()
,
get_credentials()
,
h2o_predict_API()
,
h2o_predict_MOJO()
,
h2o_predict_binary()
,
h2o_predict_model()
,
h2o_selectmodel()
,
haveInternet()
,
image_metadata()
,
importxlsx()
,
ip_data()
,
json2vector()
,
listfiles()
,
mailSend()
,
msplit()
,
myip()
,
quiet()
,
read.file()
,
statusbar()
,
tic()
,
updateLares()
,
zerovar()
# NOT RUN {
# Check if library base is installed. If not, stop and show error
try_require("base", stop = TRUE)
# Check if library xxx is installed. If not, show warning
try_require("xxx", stop = FALSE)
# }
Run the code above in your browser using DataLab