library(reporter)
# Create temp file path
tmp <- file.path(tempdir(), "reg.txt")
# Create the registration file
write_registration_file(tmp)
# Write registration file to the console
writeLines(readLines(tmp))
# 0--------+---------+---------+---------+---------+---------+
# - 10 20 30 40 50 60
# -
# -
# -
# -
# -
# -
# -
# + 10
# -
# -
# -
# -
# -
# -
# -
# -
# -
# + 20
# -
# -
# -
# -
# -
# -
# -
# -
# -
# + 30
# -
# -
# -
# -
# -
# -
# -
# -
# -
# + 40
# -
# -
# -
# -
# -
# -
# -
# -
# -
# + 50
# -
# -
# -
# -
# -
# -
# -
# -
# -
# + 60
Run the code above in your browser using DataLab