Add a new client to workspace

client_create(name, concise = TRUE)

Arguments

name

Client name

concise

Generate concise output

Value

A data frame with one row per record.

Examples

if (FALSE) {
client_create("RStudio")
}