Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Suivi des carrières en Pays de la Loire
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DREAL Pays de la Loire
Centre de Services de la Donnée
Site industriel Production
Suivi des carrières en Pays de la Loire
Commits
f727ce63
Commit
f727ce63
authored
2 years ago
by
ronan.vignard
Browse files
Options
Downloads
Patches
Plain Diff
Formatage des dates pour affichage dans la la liste des carrières.
parent
f40ebde3
No related branches found
No related tags found
1 merge request
!81
Ajout d'un sélecteur de dates pour la production
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
global.R
+4
-0
4 additions, 0 deletions
global.R
with
4 additions
and
0 deletions
global.R
+
4
−
0
View file @
f727ce63
...
...
@@ -146,6 +146,10 @@ carriere$ud_gestionnaire <- as.factor(carriere$ud_gestionnaire)
carriere
$
code_ape
<-
as.factor
(
carriere
$
code_ape
)
production_carriere
$
annee
<-
as.factor
(
production_carriere
$
annee
)
# Formatage des dates
carriere
$
date_debut_autorisation
<-
format
(
carriere
$
date_debut_autorisation
,
'%d/%m/%Y'
)
carriere
$
date_fin_autorisation
<-
format
(
carriere
$
date_fin_autorisation
,
'%d/%m/%Y'
)
# Millésime des données administratives
year_administrative
<-
'2021'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment