A function for adding a package to your existing packages config file

add_package_to_config(
  package_name,
  packages_config_file = "./content/config/packages_to_load"
)

Arguments

package_name

Character; name of the package you want to add

packages_config_file

Character; path to your packages config file