add_post: Add a new bookmark

Description Usage Arguments

Description

Add a new bookmark

Usage

1
2
add_post(url, title, text = NULL, tags = NULL, timestamp = NULL,
  replace = NULL, shared = NULL, toread = NULL, auth_token = NULL)

Arguments

url

URL for the bookmark (required)

title

Title (required)

tags

Up to 100 tags

timestamp

If NULL, current time is used

replace

Replace any existing bookmark with this URL. Default is TRUE. If set to FALSE, will throw an error if bookmark exists

shared

Make bookmark public. Default is TRUE unless user has enabled the "save all bookmarks as private" user setting, in which case default is FALSE

toread

Marks the bookmark as unread. Default is FALSE

auth_token

Your auth_token


tarakc02/pinboardr documentation built on May 12, 2019, 2:03 p.m.