randrescastaneda / joyn

joyn provides a set of tools to analyze the quality of merging (i.e., joining) data frames. It is a JOY to join with joyn
https://randrescastaneda.github.io/joyn/
Other
9 stars 4 forks source link

First iteration of joyn_msg() #25

Closed randrescastaneda closed 11 months ago

randrescastaneda commented 11 months ago

You can test it using this

store_msg(type = "info", ok = "this is a first note")
store_msg(type = "warn", warn = "this is problematic")
dt <- joyn_msg()

dt[1, "msg"] |> cat()

x <- "hello"
store_msg(type = "info", ok = cli::symbol$tick, "  ", pale = paste("this is", x), warn = " but with some issues")

joyn_msg()
randrescastaneda commented 11 months ago

Once you've approved, you can merge and delete the old branch. 😉. Just make sure that all the checks pass