Skip to content
Snippets Groups Projects
Commit abe33d0d authored by Ruben Heinrich's avatar Ruben Heinrich
Browse files

[base] deleted unused global variable

parent f188c39e
No related branches found
No related tags found
1 merge request!7Merge 7 fixed functionality into master
#' prj_reduxml
#'
#' Path to the .xml document containing information about the .prj file
#' structure
#'
#' @format string
"prj_reduxml"
#' xpaths_for_classes
#'
......
......@@ -275,6 +275,9 @@ OGS6 <- R6::R6Class("OGS6",
status_strs <- character()
prj_reduxml <- system.file("extdata/xml_redux/", "prj_redu.xml",
package = "r2ogs6")
xml_doc <- xml2::read_xml(prj_reduxml)
tag_names <- lapply(xml2::xml_children(xml_doc), xml2::xml_name)
......
......@@ -5,6 +5,3 @@ prj_reduxml <- system.file("extdata/xml_redux/", "prj_redu.xml",
package = "r2ogs6")
build_redux_doc(export_path = prj_reduxml)
usethis::use_data(prj_reduxml,
overwrite = TRUE)
File deleted
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataset.R
\docType{data}
\name{prj_reduxml}
\alias{prj_reduxml}
\title{prj_reduxml}
\format{
string
}
\usage{
prj_reduxml
}
\description{
Path to the .xml document containing information about the .prj file
structure
}
\keyword{datasets}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment