extract_firstline: Extract first lines in Wechat articles

Description Usage Arguments Examples

Description

When we read some articles, there are too much to read it. This function helps you catch the relavant to read and save your time.

Usage

1
2
extract_firstline(url = NULL, content_path = NULL, pattern = "p",
  para_length = 1, is_paste = TRUE)

Arguments

url

character.

content_path

character.

pattern

character.

para_length

integer.

is_paste

Logical. Whether or not to paste the text on the clipboard.

Examples

1
2
extract_firstline(url = "https://mp.weixin.qq.com/s/XmnWvnMNobuF-92vbppNbQ",
is_paste = FALSE)

JiaxiangBU/add2md documentation built on Jan. 31, 2020, 7:46 p.m.