Skip to content

Instantly share code, notes, and snippets.

View RobertoChiosa's full-sized avatar
🎯
Focusing

Roberto Chiosa RobertoChiosa

🎯
Focusing
View GitHub Profile
@RobertoChiosa
RobertoChiosa / r_snippet_header.txt
Last active August 27, 2023 13:24
R script header snippet
snippet header
# HEADER --------------------------------------------
#
# Author: Name Surname
# Copyright Copyright `r format(Sys.Date(), "%Y")` - Name Surname
# Email: yourmail@example.com
#
# Date: `r Sys.Date()`
#
# Script Name: `r rstudioapi::getSourceEditorContext()$path`