Displaying 2 results from an estimated 2 matches for "06l".
Did you mean:
06
2016 Sep 25
0
withAutoprint({ .... }) ?
...t drop "expression(...)"
dep <- substr(paste(deparse(ei, width.cutoff = width.cutoff,
- control = "showAttributes"),
+ control = c("keepInteger", "showAttributes")),
collapse = "\n"), 12L, 1e+06L)
dep <- paste0(prompt.echo,
gsub("\n", paste0("\n", continue.echo), dep))
such that you get:
> withAutoprint(x <- c(1L, NA_integer_, NA))
> x <- c(1L, NA_integer_, NA)
because without it, you get:
> withAutoprint(x <- c(1L, NA_integer_, NA))
>...
2016 Sep 25
3
withAutoprint({ .... }) ?
>>>>> Henrik Bengtsson <henrik.bengtsson at gmail.com>
>>>>> on Sat, 24 Sep 2016 11:31:49 -0700 writes:
> Martin, did you post your code for withAutoprint() anywhere?
> Building withAutoprint() on top of source() definitely makes sense,
> unless, as Bill says, source() itself could provide the same feature.
I was really mainly asking