source_with_notification {geeLite}R 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.


[Package geeLite version 1.0.2 Index]