Add a label with the current source file path and run time to a ggplot object.
Examples
p = mtcars |> ggxy(mpg,hp)
p |> ggsrc()
#> `geom_smooth()` using formula = 'y ~ x'
p |> ggsrc(lab="My label")
#> `geom_smooth()` using formula = 'y ~ x'
Add a label with the current source file path and run time to a ggplot object.
p = mtcars |> ggxy(mpg,hp)
p |> ggsrc()
#> `geom_smooth()` using formula = 'y ~ x'
p |> ggsrc(lab="My label")
#> `geom_smooth()` using formula = 'y ~ x'