Posts by Caíque De Oliveira Souza • 31 points
2 posts
-
0
votes1
answer174
viewsQ: How to read this XML and ignore the ID field using Xstream
I need to read the XML below and ignore the ID field of all contacts <contatos> <contato> <Id>1</Id> <Nome>Madeline Mullins</Nome> <Telefone>(22)…
-
2
votes1
answer1347
viewsQ: How to check if a column(variable) exists within a 'data.frame'?
I need to check if there are columns (i.e., variables) inside a data.frame before doing any operation, but the past variable is not in string to compare with the colnames or names. Follows the code:…