[R] [R-pkgs] xmlconvert: A package for converting XML data to R data frames and vice versa

2020-11-05 Thread joachim
Hello everyone, Driven by the need to work with XML data from medical systems that use object-oriented databases I have developed the 'xmlconvert' package. With its easy-to-use functions xml_to_df() and df_to_xml() it allows to convert data from XML to R data frames and vice versa. A variety of

[R] [R-pkgs] fmpcloudr package

2020-11-05 Thread Anthony Trevisan
Hello, As recommended in https://r-pkgs.org/release.html , I wanted to notify the R community about a new package for accessing financial data metrics. The package fmpcloudr (https://CRAN.R-project.org/package=fmpcloudr

Re: [R] string concatenation

2020-11-05 Thread Jiefei Wang
Hi, Thanks for clarifying, there is no quote in the result. The quote in the output is just R's way to tell you that the variable got printed is a string. If you add quotes around a string, it will get printed like "\"Alice, Bob, Charles\"" I hope this helps. Best, Jiefei On Thu, Nov 5, 2020 a

Re: [R] Error message when using "revtools" package

2020-11-05 Thread Michael Dewey
Dear John Your .bib file did not make it through the system as only a very limited set of attachments is supported. Try to make a minimal .bib file which triggers the problem by splitting your file in half, testing each half, repeat until you get the smallest file which triggers the error. Ho

Re: [R] string concatenation

2020-11-05 Thread Duncan Murdoch
On 05/11/2020 3:20 a.m., Edjabou Vincent wrote: Following John request, I am wondering if it is possible to get this result: Alice, Bob, Charles (without bracket ) I think you mean "without the quotes". Use noquote(): noquote(paste0(x,collapse = ", ")) will print without quotes. (Interna

Re: [R] string concatenation

2020-11-05 Thread Edjabou Vincent
Following John request, I am wondering if it is possible to get this result: Alice, Bob, Charles (without bracket ) Thank you for your help Med venlig hilsen/ Best regards Vincent Edjabou Mobile: +45 31 95 99 33 linkedin.com/vincent O