File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ You can install xml2 from CRAN,
3232install.packages(" xml2" )
3333```
3434
35- or you can install the development version from github, using ` devtools ` :
35+ or you can install the development version from github, using ` pak ` :
3636
3737``` r
3838# install.packages("pak")
@@ -42,7 +42,7 @@ pak::pak("r-lib/xml2")
4242## Usage
4343
4444``` r
45- library(" xml2" )
45+ library(xml2 )
4646x <- read_xml(" <foo> <bar> text <baz/> </bar> </foo>" )
4747x
4848
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ install.packages("xml2")
2626```
2727
2828or you can install the development version from github, using
29- ` devtools ` :
29+ ` pak ` :
3030
3131``` r
3232# install.packages("pak")
@@ -36,7 +36,7 @@ pak::pak("r-lib/xml2")
3636## Usage
3737
3838``` r
39- library(" xml2" )
39+ library(xml2 )
4040x <- read_xml(" <foo> <bar> text <baz/> </bar> </foo>" )
4141x
4242
You can’t perform that action at this time.
0 commit comments