get_restricting_date_info {DQAstats} | R Documentation |
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
)
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? |
Value
String containing start and end date obtained from the list of
restricting_date
.
[Package DQAstats version 0.3.5 Index]