Use functions from other packages

To use functions from other packages you need to use the explicit syntax package_name::function() even for default packages like stats and utils.

  1. Call use_package("stringr") to update the DESCRIPTION file.