Nothing
Code
am_mark(text_obj, 0, 5, "bad", bad_uint)
Condition
Error in `am_mark()`:
! am_uint64 must be a scalar numeric
Code
am_mark(text_obj, 0, 5, "bad", bad_uint2)
Condition
Error in `am_mark()`:
! am_uint64 must be a scalar numeric
Code
am_marks(text_obj)
Condition
Warning in `am_marks()`:
uint64 value exceeds 2^53; precision may be lost
Output
[[1]]
[[1]]$name
[1] "big"
[[1]]$value
<Automerge uint64: 18014398509481984 >
[[1]]$start
[1] 0
[[1]]$end
[1] 5
Code
am_marks_at(text_obj, 2)
Condition
Warning in `am_marks_at()`:
uint64 value exceeds 2^53; precision may be lost
Output
[[1]]
[[1]]$name
[1] "big"
[[1]]$value
<Automerge uint64: 18014398509481984 >
[[1]]$start
[1] 0
[[1]]$end
[1] 5
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.