check_args {neotoma2}R Documentation

check_args

Description

Internal function to check passed arguments.

Usage

check_args(cl)

Arguments

cl

called arguments. Arguments are going to be called by match_call inside: get_sites get_datasets get_downloads

Value

A list with two components:

flag

Returns a 0 if everything's fine, a 1 if there's a problem.

message

A list of error messages.

Author(s)

Socorro Dominguez

References

Neotoma Project Website: https://www.neotomadb.org/


[Package neotoma2 version 1.0.3 Index]