Open JanLauGe opened 5 years ago
@PoojaMilind,
I had a quick look at this and it seems that you did not run the function definition. Try executing the entire code in pullsg.R
. Check if there were any errors. If the code executed without any errors, try running your example above (in the same R session!)
@JanLauGe Thank you so much for your input I will try it and get back to you.
@JanLauGe I did try pullsg.R, it was executed without any error but when this was executed for the example above I got the following Error in pullsg.R(XXXXXX, api_key, completes_only = TRUE, clean = TRUE) : could not find function "pullsg.R" I will recheck all codes again for now. Thank you for your time.
@PoojaMilind this time the problem is calling pullsg.R
instead of pullsg()
@JanLauGe
What is the reason for the error? Do Ineed to install another package for it or change my codes?
Thank you for your time.
No, you tried to call a function with the name of the file instead of calling the function with the correct name. Again, what you should try is this:
gizmo_response <- pullsg(XXXXXXX, api_key, completes_only=TRUE, clean=TRUE)
Well I did think the same and already tried but it didn't work.
What error message did you get?
Same Error, could not find function pullsg.
@PoojaMilind asked: