diff --git a/Revisiting .R b/Revisiting .R deleted file mode 100644 index f5f097e..0000000 --- a/Revisiting .R +++ /dev/null @@ -1,11 +0,0 @@ -library("openxlsx2") - -ba <- function (url,lostfile){ - download.file( - url = url, - destfile = lostfile - ) - read_xlsx(lostfile,header = TRUE, sep = "") -} - -