source_with_notification: Source an R Script with Notifications About Functions Loaded
Description
Sources an R script into a dedicated environment and lists the functions
that have been loaded.
Usage
source_with_notification(file)
Value
An environment containing the functions loaded from the sourced file.
Arguments
- file
[mandatory] (character) A character string specifying the path
to the R script to be sourced.