View function is not working
Title
Question
Sometimes "view" function does not work properly then I rewrite the command and check with print function then view function works properly but in today's workshop, I have used again command "view" function but function shows the error as :
genreCount <- table(movies$genre)
> view(genreCount)
Error in view(genreCount): could not find function "view"
apart from that, I am using R 4.0.1 is this the problem?
R Plotting-Histograms-and-Pie-Chart 06-07 min 30-40 sec
Answers:
Please note that the View is having capital V.
Login to add comment