Filter a value from a Dataset

This Fitbit dataset FitBit Fitness Tracker Data | Kaggle link provided, I am trying to Filter LoggedActivities column in the dailyactivitiesmerged.csv dataset by a value which is present in the column but after applying filter it gives me a tibble with 0 observations, but when I am filtering it with a value of 0 which is also present in the Dataset it gives back all values with 0 and gives a tibble with 908 observations.
My question is why is it not filtering with values other than 0?

Hi,

Welcome to the RStudio community!

Can you show us what you have been trying to do by creating a reprex? A reprex consists of the minimal code and data needed to recreate the issue/question you're having. You can find instructions how to build and share one here:

This way people on here will be able to help you much faster, instead of having to go looking for data and guess what the issue is.

Good luck!
PJ

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.