Skip to content
Prev 366897 / 398502 Next

Failure to understand namespaces in XML::getNodeSet

I think you want

x <- read_xml('<?xml version="1.0" ?>
  <WorkSet xmlns="http://labkey.org/etl/xml">
  <Description>MFIA 9-Plex (CharlesRiver)</Description>
</WorkSet>')

The collapse argument do what you think it does.

Hadley
On Tue, Jan 31, 2017 at 5:36 PM, Mark Sharp <msharp at txbiomed.org> wrote: