Skip to content
Snippets Groups Projects
Commit 51ffd1e6 authored by Daniel.Kalioudjoglou's avatar Daniel.Kalioudjoglou
Browse files

corrections d erreurs

documentation des dernieres modifications non effectuees
parent 6cb6071f
No related branches found
No related tags found
1 merge request!65maj_avant_transfert_vers_gitlabforge
Package: propre.artificialisation
Title: Publication template on land use
Version: 0.0.0.9000
Authors@R:
c(person(given = "Daniel",
family = "Kalioudjoglou",
role = "aut",
email = "daniel.kalioudjoglou@developpement-durable.gouv.fr"),
person(given = "Gwenaelle",
family = "Le Bourhis",
role = "aut",
email = "gwenaelle.lebourhis@developpement-durable.gouv.fr"),
person(given = "Mael",
family = "Theuliere",
role = c("aut", "cre"),
email = "mael.theuliere@gmail.com"))
Authors@R: c(
person("Daniel", "Kalioudjoglou", , "daniel.kalioudjoglou@developpement-durable.gouv.fr", role = "aut"),
person("Gwenaelle", "Le Bourhis", , "gwenaelle.lebourhis@developpement-durable.gouv.fr", role = "aut"),
person("Mael", "Theuliere", , "mael.theuliere@gmail.com", role = c("aut", "cre"))
)
Description: The goal of propre.artificialisation is to produce a
publication on land use in Pays de la Loire.
License: GPL (>= 3)
......
......@@ -119,7 +119,7 @@ stock_artificialise_3 <- read.csv2(liste_fichiers[3], as.is = TRUE, sep="," , en
stock_artificialise <- bind_rows(stock_artificialise_1,stock_artificialise_2,stock_artificialise_3)%>%
mutate(date = ymd(paste0(date,'01','01')))%>%
filter (TypeZone != "France")%>%
rename(stock_artificialise=dcntarti) %>%
rename(surface_artificialisee=dcntarti) %>%
mutate(across(where(is.character),as.factor))
rm(stock_artificialise_1,stock_artificialise_2,stock_artificialise_3,annees,liste_fichiers)
......
No preview for this file type
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\encoding{UTF-8}
\name{stock_artificialise}
\alias{stock_artificialise}
\title{Table contenant les différents indicateurs de la source stock_artificialise utiles pour la publication.}
\format{
Table de 3939 lignes et 5 colonnes:
\describe{
\item{TypeZone}{Type de territoire}
\item{CodeZone}{Code du territoire}
\item{Zone}{Libellé du territoire}
\item{date}{Millésime de la source}
\item{surface_artificialisee}{surface artificialisee}
}
}
\source{
\url{https://agreste.agriculture.gouv.fr/agreste-web/disaron/W0020/detail/}
}
\usage{
stock_artificialise
}
\description{
Table contenant les différents indicateurs de la source stock_artificialise utiles pour la publication.
}
\keyword{datasets}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment