Learn R Programming

stellaRbase (version 0.1.0)

getAssets: Returns all assets.

Description

Return all assets in the system with statistics.

Usage

getAssets(cursor = NULL, asset_code = NULL, asset_issuer = NULL,
  limit = 10, order = "asc", data.table = TRUE)

Arguments

cursor

numeric - optional, a paging token - where to start from. Can also be "now".

asset_code

character - (optional) code of the asset to filter by

asset_issuer

character - (optional) issuer of the asset to filter by

limit

numeric - optional, the number of records to return. Default is 10.

order

character - optional, "asc" or "desc"

data.table

boolean - if TRUE, a data.table is returned. If FALSE or NULL, a list is returned.

Value

list

Examples

Run this code
# NOT RUN {
getAssets(limit = 10)
# }

Run the code above in your browser using DataLab