Use of dplyr::sym() within "mutation" while creating a list tibble column results in an error is_symbol(x): object '.x' not found – CentOS
In the following code I try to create a list tibble column at the right end of mtcars, in which: each member of the list is a tibble with rows of mtcars tibble where vs >= 1 and !is.na(gear). In…