Skip to contents

Convenience function for printing out the difference between a cross section point dataframe and the resulting output of putting that dataframe through the rectify_cs() function

Usage

rectify_summary(
  input_points,
  output_points,
  crosswalk_id = NULL,
  verbose = TRUE
)

Arguments

input_points

sf dataframe or dataframe of cross section points

output_points

sf dataframe or dataframe of cross section points, with "is_extended" logical column

crosswalk_id

character, Unique ID column name

verbose

logical, whether to print out summary message/ Default is TRUE

Value

dataframe