Skip to content

Commit

Permalink
Update create_qmd_file.R
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson authored Dec 19, 2024
1 parent ca76476 commit 4eb4fb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create_qmd_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ create_qmd_file <- function(filename = "index.qmd", title = "", date = Sys.Date(
'*RStats Network here*: [https://rstats.me/@spsanderson](https://rstats.me/@spsanderson)\n\n',
'*GitHub Network here*: [https://github.com/spsanderson](https://github.com/spsanderson)\n\n',
'*Bluesky Network here*: [https://bsky.app/profile/spsanderson.com](https://bsky.app/profile/spsanderson.com)\n\n',
'*My Book: _Extending Excel with Python and R_ here*: [https://packt.link/oTyZJ](https://packt.link/oTyZJ)\n\n',
'---\n\n',
'<script src="https://giscus.app/client.js"\n',
' data-repo="spsanderson/steveondata"\n',
Expand All @@ -61,4 +62,4 @@ create_qmd_file <- function(filename = "index.qmd", title = "", date = Sys.Date(
writeLines(content, file_path)
message("QMD file created: ", file_path, " - Opening File.")
file.edit(file_path)
}
}

0 comments on commit 4eb4fb9

Please sign in to comment.