We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Options include
One predicate that every repr function for every format has to fullfill is
r <- repr_*(thing) assert_true(is.null(r) || (is.character(r) || is.raw(r) && length(r) == 1L))
The text was updated successfully, but these errors were encountered:
Additionally from #5:
For vectors and so on: normal input and some edge cases: NULL, empty input, too long (ellipsis), unicode...
Sorry, something went wrong.
No branches or pull requests
Options include
One predicate that every repr function for every format has to fullfill is
The text was updated successfully, but these errors were encountered: