LeanPub - Course 1 - Error

Hi, I am getting an error and can't figure out whether it's the Google sheet format or a code problem. This is an exercise in the LeanPub course.

leanpub <- gs_url(link)
Sheet-identifying info appears to be a browser URL.
googlesheets will attempt to extract sheet key from the URL.
Putative key:
Worksheets feed constructed with public visibility
Error in function_list[k] : Not Found (HTTP 404).

get data from your Google sheet

df <- leanpub %>%

  • gs_read()
    Error in eval(lhs, parent, parent) : object 'leanpub' not found

run a few checks on the data

check_data(df)
Error in if (ncol(x) != 4) { : argument is of length zero

plot relationships between cost and readers

qplot(readers,minimum,data=df)
Error: You're passing a function as global data.
Have you misspelled the data argument in ggplot()

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.