Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

apollo (version 0.1.0)

apollo_printLog: Returns the log of Apollo

Description

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

Usage

apollo_printLog(apolloLog, book = 1)

Arguments

apolloLog

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

book

Positive scalar integer. Book number inside the log (default is 1).

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.