Learn R Programming

apollo (version 0.3.9)

apollo_compareInputs: Compares the content of apollo_inputs to its counterparts in the global environment

Description

Compares the content of apollo_inputs to its counterparts in the global environment

Usage

apollo_compareInputs(apollo_inputs)

Value

Logical. Invisibly returns TRUE if the content of apollo_inputs is the same as the corresponding objects in the global environment, and FALSE otherwise.

Arguments

apollo_inputs

List grouping most common inputs. Created by function apollo_validateInputs.