Learn R Programming

stellaRbase (version 0.1.0)

getData_Account: Get an overview of account data on the Stellar ledger.

Description

Every account can have an extra data associated with it, such as multiple keys or user-ids. Use this comand to return key value pairs for a specific account. Converts the JSON response to a list.

Usage

getData_Account(public_key, key, data.table = TRUE)

Arguments

public_key

character - (required) your Stellar account/wallet address.

key

character - (required) a user id

data.table

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

Value

data.table (by default) or list

Examples

Run this code
# NOT RUN {
getData_Account(public_key = "Gsomekey", key = "user-id")
# }

Run the code above in your browser using DataLab