I've tried this before and it worked, but somehow when I try again to use the dplyr library it always fails to display data using the select command. can anyone provide feedback?
Manufaktur `Layar(inci)` `Harga(Dollar)`
<chr> <dbl> <dbl>
1 Sharp 46 736
2 Samsung 52 1150
3 Samsung 46 895
4 Sony 40 625
5 Sharp 42 773
6 Samsung 46 961
7 Samsung 40 686
8 Sharp 37 574
9 Sharp 46 1000
10 Sony 40 722
and when I want to display data from the table with select(tv$'Layar(inci)'), an error like this appears : Error in UseMethod("select") :no applicable method for 'select' applied to an object of class "c('double', 'numeric')"