is.html_nodeset: Determine if an html_nodeset

Description Usage Arguments Examples

View source: R/utils.R

Description

Determine if an html_nodeset

Usage

1

Arguments

x

The object to test

Examples

1
2
3
4
5
6
> is.html_nodeset(xml_find_all(raw,".//a[1]"))
[1] TRUE
> is.html_nodeset(raw)
[1] FALSE
> is.html_nodeset(u)
[1] FALSE

mvisalli/shipr documentation built on Aug. 8, 2020, 8:38 p.m.