Creates a one-liner from a multiline code example in the clipboard.
Examples
# \donttest{
if (interactive()) {
# Your multiline string
# copy this code
numericInput(
"Register_Nr",
"Nr.",
min = 0,
max = 20,
step = 1,
value = 0
)
# then apply
tar_oneline()
}
# }
