Learn R Programming

aisdk (version 1.1.0)

build_context: Build Context

Description

Builds context string from R objects in the environment.

Usage

build_context(prompt, context_spec, envir)

Value

A character string with context information.

Arguments

prompt

The user's prompt.

context_spec

NULL (auto-detect), FALSE (skip), or character vector of var names.

envir

The environment to look for variables.