Description Usage Arguments Value
A function to remove 'u' from the start of entries. WHen I collected data from some APIs and processed it through Python (grrr), I found that some entries had a u' at the start. This was annoying and I couldn't go back to recollect or reprocess the data. So this hacky solution emerged.
1 | remove.u.start(text.clean)
|
text.clean |
character vector |
vector x with 'single letters removed u' removed tom the start
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.