list_sources: List all the sources on the Jazz server

Description Usage Arguments Value Examples

View source: R/list_sources.R

Description

Lists all the Jazz server sources including the 'sys' and 'www' sources. Jazz persistence is organized in sources. All sources except 'sys' and 'www' are user defined. Sources are 15 char long alphanumeric or underscore.

Usage

1
list_sources(host = .host.)

Arguments

host

(Optional) the name of the jazz server host (including the port). Usually set just once via set_jazz_host().

Value

Returns the server's sources as a vector of string.

Examples

1
2
3
4
## Not run: 
list_sources()

## End(Not run)

rjazz documentation built on May 2, 2019, 2:45 p.m.