Can any help with error message

I am trying to publish in R and I encounter the error message below. can anyone help?

Error in if (isUpdate && (result$status == 200)) succeeded <- TRUE else if (result$status == :
missing value where TRUE/FALSE needed
Calls:
In addition: Warning message:
In http(protocol, "api.rpubs.com", port, method, path, headers, :
NAs introduced by coercion
Execution halted

Hi @iabubakar,

I think it would help if you provided a minimal reproducible example ([reprex])(FAQ: What's a reproducible example (`reprex`) and how do I do one?).

The first error often occurs if there is a problem evaluating the condition of the if statement.

Are you sure you want to share your tokens in plain text?

it was a mistake. I have to find a way of removing it

There is a pencil logo underneath your post. You can use it to edit your message.

However, I suggest that you invalidate tokens that you've posted anyway, just to be safe.

Thank you very much. Many thanks for waking me up

This looks like the same problem that's being discussed over here:

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