We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e067c3 commit 1c0d574Copy full SHA for 1c0d574
bg_df.R
@@ -26,5 +26,4 @@ full_df <- full_join(con, edu, by = c("start_date", "end_date", "city", "country
26
cat = as.factor(activity),
27
type = as.factor(type),
28
who = as.factor(who),
29
- full_name = if_else(full_name %>% is.na(), name, full_name)) %>%
30
- filter(team == "main")
+ full_name = if_else(full_name %>% is.na(), name, full_name))
0 commit comments