[R] Content Management System Built on R

2017-04-07 Thread Steven Nagy
Hi everyone, I'm still new to R, and I like that's it's so compact, you can do so much in just a few lines of code. I wondered if there is any Content Management System built on R. I have created websites for my clients, and I prefer to set it up in a CMS instead and give them control to edit

Re: [R] Need some help with regular expression

2016-12-15 Thread Steven Nagy
I tried to send this email, but it didn't go through. I guess pictures are not allowed to send through HTML formatted emails? I'm re-sending it again without the picture, just comment there instead as placeholder. Thanks, Steven From: Steven Nagy [mailto:nst...@gmail.com] Se

Re: [R] Need some help with regular expression

2016-11-20 Thread Steven Nagy
c to R? I don't think "regexr.com" understands that. Or maybe that site is for regular expressions in Javascript, and the syntax is different in R? Thank you, Steven -Original Message- From: Bert Gunter [mailto:bgunter.4...@gmail.com] Sent: Sunday, November 20, 2016

[R] Need some help with regular expression

2016-11-20 Thread Steven Nagy
I tried out a regular expression on this website: http://regexr.com/3en1m So the input text is: "Name.MEMBER_TYPE: -> STU" The regular expression is: ((?:\w+|\s) -> STU|STU -> (?:\w+|\s)) And it returns: " -> STU" but when I use in R, it doesn't return the same result: strapply(c