Timeline for Count from 1 to 100... in Roman Numerals
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 27, 2018 at 19:51 | comment | added | Giuseppe | @JayCe odd; I must not have actually tested it...the docs for cat indicate that it performs less conversion than print and only works on atomic vectors -- so that explains this! | |
| Aug 27, 2018 at 19:43 | comment | added | JayCe | Surprisingly, the built-in approach you are mentioning does not work as is... one has to type cat(paste(as.roman(1:100))) or simply as.roman(1:100). Weird. | |
| Mar 19, 2018 at 18:48 | history | answered | Giuseppe | CC BY-SA 3.0 |