databases_get {civis} | R Documentation |
Show database information
Description
Show database information
Usage
databases_get(id)
Arguments
id |
integer required. The ID for the database. |
Value
A list containing the following elements:
id |
integer, The ID for the database. |
name |
string, The name of the database. |
adapter |
string, The type of the database. |
[Package civis version 3.1.2 Index]