edzer / sdsr

Spatial Data Science: With Applications in R (source files)
https://r-spatial.org/book
Other
235 stars 86 forks source link

add possible fix for args() #90

Closed rsbivand closed 1 year ago

rsbivand commented 1 year ago

adds a wrapper function to capture output and use strwrap() to apply getOption("width"). Depends on picking up the width from somewhere conditioning on render format. Maybe to check add printout of current width?

edzer commented 1 year ago

Worked!