source_with_notification: Source an R Script with Notifications About Functions Loaded

View source: R/access_db.R

source_with_notificationR Documentation

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)

Arguments

file

[mandatory] (character) A character string specifying the path to the R script to be sourced.

Value

An environment containing the functions loaded from the sourced file.


geeLite documentation built on Aug. 9, 2025, 1:08 a.m.