rowtotext: Print a row

Description Usage Arguments Value Note Examples

View source: R/rowtotext.R

Description

Creates a text which contains all information about the weather conditions in Freiburg in the chosen month and year. Please keep in mind that the year has to be between 1950 and 2010.

Usage

1

Arguments

x

a date (string)

Value

The described text

Note

The format of the date should follow the format %b %Y (see: https://www.statmethods.net/input/dates.html)

Examples

1
2
3
4
rowtotext("Jan 1967")
rowtotext("Aug 2002")
## next example contains at least one NA
rowtotext("Oct 2002")

buozyte/weatheranalysisFR documentation built on Nov. 4, 2019, 8:16 a.m.