Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to save as a dataframe and not getting headers in a csv #38

Open
NJStudent1 opened this issue Jun 18, 2022 · 0 comments
Open

Unable to save as a dataframe and not getting headers in a csv #38

NJStudent1 opened this issue Jun 18, 2022 · 0 comments

Comments

@NJStudent1
Copy link

Hi,

I have two questions on the package's execution.

  1. The document description says, “Data can be returned as a data frame or written to a file (see ‘output_file‘ parameter).” However, I am getting the following error when I try to retrieve the data as a dataframe.
df2018w1 <- get_bulk_patent_data(year = 2018, week = 1)

Error in cat("WKU,Title,App_Date,Issue_Date,Inventor,Assignee,ICL_Class,References,Claims\n",  : 
  argument "output_file" is missing, with no default
  1. The code runs fine if I write the data to a csv but there are no column names in the csv output. Please tell how to get them.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant