Learn R Programming

DQAstats (version 0.3.9)

get_restricting_date_info: Get a formatted string containing start and end time of the date restriction applied to the data.

Description

See title.

Usage

get_restricting_date_info(
  restricting_date,
  lang = "en",
  date = TRUE,
  time = TRUE
)

Value

String containing start and end date obtained from the list of restricting_date.

Arguments

restricting_date

The list applied from rv$restricting_date

lang

Language of the result. "de"/"en" (en = default). If language is not yet implemented, "en" is used.

date

Should the date be included in the result string?

time

Should the time be included in the result string?