Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider removing print.note() #33

Closed
jmbarbone opened this issue Jul 28, 2021 · 0 comments
Closed

consider removing print.note() #33

jmbarbone opened this issue Jul 28, 2021 · 0 comments

Comments

@jmbarbone
Copy link
Owner

Added the Notes because they're only present when session is interactive.

The formatting from print.note() doesn't seem like it's all that necessary. print.noted() should be fine.

library(mark)

x <- 1:10
note(x) <- "a note"
x
#>  Note :  a note
#>  [1]  1  2  3  4  5  6  7  8  9 10
attr(x, "note")
#>  Note :  a note

Created on 2021-07-27 by the reprex package (v2.0.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant