# NOT RUN {
# load example data
testData <- january2018
# replace 0s in the x and y coordinate variables
testData <- cs_replace0(testData, var = x_coord)
testData <- cs_replace0(testData, var = y_coord)
# }
Run the code above in your browser using DataLab