View source: R/nifty_gateway.R
nifty_gateway_creators | R Documentation |
nifty_gateway_creators
nifty_gateway_creators(
username,
limit = NULL,
offset = NULL,
timeout_seconds = 60
)
username |
the username you wish to query |
limit |
optionally provide the maximum number of results to return. This is a numeric parameter. |
offset |
optionally specify how many results to skip. This is a numeric parameter. |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a dataframe containing ownership information for all nifties created by the given creator and currently stored on Nifty Gateway
creators <- nifty_gateway_creators('beeple')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.