GetBookmarks: Get Defined Bookmarks for a user

Description Usage Arguments Details Value Examples

View source: R/GetBookmarks.R

Description

Get defined bookmarks for a user.

Usage

1
GetBookmarks(folder.limit = "", folder.offset = "")

Arguments

folder.limit

Max number of folders to return

folder.offset

Offset of folders (i.e. start with other than first folder)

Details

This function's arguments are both optional

Value

Data frame

Examples

1
2
3
4
5
6
## Not run: 
bookmarks<- GetBookmarks()

bookmarks2 <- GetBookmarks('5', '1')

## End(Not run)

randyzwitch/RSiteCatalyst documentation built on May 11, 2020, 3:05 p.m.