extract.title: reads a markdown post file and extracts the title Title is...

Description Usage Arguments Value See Also

View source: R/util.R

Description

reads a markdown post file and extracts the title Title is taken as the first line in which the line underneath is a double underline i.e. a h1 tag in markdown n.b. the title must be in this format, not e.g. # This is a title

Usage

1
  extract.title(md.file)

Arguments

md.file

.md file of a post

Value

character sting of the title of the post

See Also

extract.tags


DASpringate/samatha documentation built on May 6, 2019, 1:16 p.m.