── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
x dplyr::filter() masks stats::filter()
x dplyr::lag() masks stats::lag()
pixels <-read_csv("~/Downloads/data.csv")
Rows: 1560922 Columns: 12
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (1): clase
dbl (11): B2, B3, B4, B5, B6, B7, B8, B11, B12, DEM, Slopes
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.