# NOT RUN {
# Add a license with simple open source options
add_license("Team swirl")
# Add a license so that derivative works are shared alike
add_license("Team swirl", content_license = "CC BY-SA 4.0", code_license ="GPL3")
# Add a license that reserves all of the author's rights
add_license("Team Bizzaro swirl", open_source_content = FALSE,
open_source_data = FALSE,
open_source_code = FALSE)
# }
Run the code above in your browser using DataLab