Learn R Programming

apollo (version 0.0.8)

apollo_printLog: Returns the log of Apollo

Description

Returns the apolloLog variable either as a list or as text.

Usage

apollo_printLog(apolloLog)

Arguments

apolloLog

Environment. It contains the character vectors of titles and content.

Value

A list or a scalar character variable.

Details

The variable apolloLog is a list whose elements are character vectors with two elements. The first element is the title of the entry, and the second element is content of the entry. ApolloLog lives in the namespace environment of the Apollo package.