client_create {clockify} | R Documentation |
Add a new client to workspace
Description
Add a new client to workspace
Usage
client_create(name, concise = TRUE)
Arguments
name |
Client name |
concise |
Generate concise output |
Value
A data frame with one row per record.
Examples
## Not run:
client_create("RStudio")
## End(Not run)
[Package clockify version 0.1.6 Index]