# Fetch template for the R language
gi_fetch_templates("R")
# You can combine many templates at once
gi_fetch_templates(c("R", "python", "java"))
# The .gitignore file can be automatically modified with `append_gitignore = TRUE`
gi_fetch_templates(c("R", "python", "java"))
Run the code above in your browser using DataLab