extract_ymd | R Documentation |
Find and extract date from string with regular expression
extract_ymd(x)
x |
string source string to extract date from |
extract_ymd("some_string_2020-04-03-nokey") extract_ymd("another20100505-02-04") extract_ymd("nodatehere")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.