article: article

Description Usage Arguments Details Note Author(s) Examples

View source: R/pubOutput.R

Description

Creates output for article publications in html format, ready for github website.

Usage

1
article(title, journal, vol, number = "", pages, href, id, abs, author = "Oushiro, L.", year = "2020")

Arguments

title

Title of article.

journal

Name of the journal where article was published.

vol

Journal volume.

number

Journal volume number. Should appear between parentheses: e.g. "(4)".

pages

Start and end pages, separated by –.

href

Website link to article.

id

Identification for article. Must be unique (not previously used in the website).

abs

Paste abstract.

author

Author. Default = "Oushiro, L."

year

Year of publication. Default = "2020".

Details

Function to create html output for article publication for my github website.

Note

Jan/2020.

Author(s)

Livia Oushiro

Examples

1
article(title = "A computational approach", journal = "Revista de Estudos", vol = 19, number = "(4)", pages = "123--134", href = "http://asda", id = "MenOus14", abs = "nononon")

oushiro/pubOutput documentation built on Jan. 19, 2020, 12:23 a.m.