I am hoping to use the "webex" package from PsyLearnR in my R-Markdown file but it doesn't seem to be working properly.This is my set-up block:knitr::opts_chunk$set(echo = TRUE)
if (!requireNamespace("webex")) {
stop("You must have the 'webex' pack...