links_liked: Create HTML for Links I Liked Posts

Description Usage Arguments Examples

Description

Create HTML for Links I Liked Posts.

Usage

1
2
links_liked(text, url, shrtn = FALSE, hashtags = NULL,
  acct = "data_steve", script = FALSE)

Arguments

text

text to be shown over hyperlink

url

url for link

shrtn

TRUE/FALSE whether to shorten url

hashtags

single string of hashtags quoted and comma-separated

acct

twitter acct

script

T/F for whether to include twitter script

Examples

1
2
3
4
links_liked(text = "Using d3 to 'discover' koala's in nature"
            , url = "http://www.koalastothemax.com/"
            , shrtn=TRUE
            , hashtags="d3js,koalafield,WWF")

data-steve/blogtools documentation built on May 14, 2019, 6:17 p.m.