View source: R/item_list_children.R
| item_list_children | R Documentation | 
Returns a list of child IDs for a ScienceBase item
item_list_children(sb_id, fields = c("id", "title"), ..., limit = 20)
| sb_id | An  | 
| fields | A character vector of requested data fields. Defaults to 'id' and 'title'. Full list of possible fields is available online in SB documentation. | 
| ... | Additional parameters are passed on to  | 
| limit | Max children returned. | 
List of sbitem for each child item.
## Not run: 
item_list_children(user_id())
## End(Not run)
item_list_children(as.sbitem('5060b03ae4b00fc20c4f3c8b'))
item_list_children(item_get('5060b03ae4b00fc20c4f3c8b'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.