#' Parses timestamp string according to specs
#' @param format_spec conversion specifications found in strptime documentation
#' @export
parse_timestamp <-
function(timestamp_string, format_spec) {
strptime(timestamp_string, format = format_spec)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.