check_lecture_packages | R Documentation |
ibawds offers the function install_ibawds()
which installs all the packages
that are required for the course. check_lecture_packages()
finds all the
packages that are used in the slides and exercise solution inside a directory.
It then checks whether they are all installed by install_ibawds()
and
returns a tibble of those that are not. This can help to identify, if
additional packages need to be installed by install_ibawds()
.
check_lecture_packages(path = ".")
path |
the path to a folder inside the directory with the slides and exercise solutions. The function automatically tries to identify the top level directory of the course material. |
a tibble with two columns:
the file where the package is used
the name of the package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.