Skip to content

Commit 2a5cf64

Browse files
committed
updates
1 parent c94285c commit 2a5cf64

File tree

168 files changed

+350
-32694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+350
-32694
lines changed

R/bg_df.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ full_df <- full_join(con, edu, by = c("start_date", "end_date", "city", "country
2121
full_join(., team, by = c("who")) %>%
2222
mutate(start_date = as.Date(start_date, "%d.%m.%Y"),
2323
start_date = if_else(is.na(start_date), today(), start_date),
24-
end_date = as.Date(end_date, "%d.%m.%Y"),
25-
end_date = if_else(is.na(end_date), today(), end_date),
24+
# end_date = if_else(is.na(end_date), today(), end_date),
25+
end_date = as.Date(end_date, "%d.%m.%Y") %>% as.character(),
26+
end_date = if_else(is.na(end_date), paste0("ongoing"), end_date),
2627
cat = as.factor(activity),
2728
type = as.factor(type),
2829
who = as.factor(who),

_freeze/docs/subsite/team/mb/execute-results/html.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

_freeze/site_libs/Proj4Leaflet-1.0.1/proj4leaflet.js

Lines changed: 0 additions & 272 deletions
This file was deleted.

0 commit comments

Comments
 (0)