Programming
How to show Week Numbers in R Language
A quick guide to finding or calculating the current ISO week number within R Language.
code snippet
strftime(Sys.Date(), format = "%V")