Learn R Programming

DrDimont (version 0.1.4)

check_sensible_connections: [INTERNAL] Check connection and layer data

Description

[INTERNAL] Checks if the connection defined in 'connection' makes sense in context of the defined layers.

Usage

check_sensible_connections(connection, layers)

Value

Character string vector containing error messages.

Arguments

connection

[list] Connection to check. Created by make_connection

layers

[list] List of layers to check. Individual layers are created by make_layer and need to be wrapped in a list.