# NOT RUN {
# remove missing coordinates prior to projecting
csb <- csb_missingXY(january_2018, srx, sry, newVar = missing)
csb <- dplyr::filter(csb, missing == FALSE)
# project data
csb_projectXY(csb, srx, sry)
# project with a custom crs
csb_projectXY(csb, srx, sry, crs = 4269)
# }
Run the code above in your browser using DataLab