79172014

Date: 2024-11-09 02:41:30
Score: 8.5 🚩
Natty: 4
Report link

@NinjaS

After running the script fix:

create file path to swirl lesson file

file_path <- file.edit(file.path(find.package("swirl"),"Courses","R_Programming","Logic","lesson.yaml"))

url of my edited lesson file

file_url <- "https://raw.githubusercontent.com/daniel-j-miller/swirl_courses/master/R_Programming/Logic/lesson.yaml"

download and save file

download.file(file_url, file_path)

I still get an error: Error in download.file(file_url, file_path) : invalid 'destfile' argument

Any suggestions?

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestions?
  • RegEx Blacklisted phrase (1): I still get an error
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @NinjaS
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Michael Zee