How to solve the error message about the glimpse and mutate function in RStudio?

I am trying to create my own dataframe sin R but when I try to use the mutate function to add a column and the glimpse function to preview my data, there is an error message. Please help!

Please post a small data set and some code that demonstrates what you are trying to do. You can make a data set with the data.frame() function or using the output of the dput() function. For example

dput(head(DF))

would produce output that others can use to reproduce the first six rows of the data frame DF.
Please post your output and code between lines with three back ticks.
```
Your code here
```

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.