When chopping effort segments, even though the package would print a message like "The continuous effort section with section_id 7 has a distance of 0, and multiple values for condition VertSun. Only the final value will be used", the function would not actually only use the final value. This would create a segdata dataframe with two rows, which would be returned, which would duplicate things in that segment.
When chopping effort segments, even though the package would print a message like "The continuous effort section with section_id 7 has a distance of 0, and multiple values for condition VertSun. Only the final value will be used", the function would not actually only use the final value. This would create a segdata dataframe with two rows, which would be returned, which would duplicate things in that segment.