I am checking if my column (name) have any empty cell but getting error. any solution....???
df <- df %>% mutate(is_blank_node = which(df$Name == "", arr.ind = TRUE),1 )
Error:
Error: Problem with mutate() input is_blank_node.
x Input is_blank_name can't be recycled to size 182753.
i Input is_blank_name is which(df$Name == "", arr.ind = TRUE).
i Input is_blank_name must be size 182753 or 1, not 0.