RobertMyles / tidyRSS

An R package for extracting 'tidy' data frames from RSS, Atom and JSON feeds
https://robertmyles.github.io/tidyRSS/
Other
82 stars 20 forks source link

RSS Author fields concatenating #42

Closed RobertMyles closed 4 years ago

RobertMyles commented 4 years ago

For e.g. "http://abandonedfootnotes.blogspot.com/feeds/posts/default?alt=rss"

"Xavier Marquezhttp://www.blogger.com/profile/10099356104979121153noreply@blogger.com"

Should be a list of something like: "Xavier Marquez" "http://www.blogger.com/profile/10099356104979121153" "noreply@blogger.com"

RobertMyles commented 4 years ago

These seem to be Blogger-specific, also #43 . Not sure if Blogger-specific cleaning should be part of tidyRSS, so closing.