Even though this question is several months old, the question is entirely relevant and pertains to Base R coding.
It seems AI is increasing its Base R code related query response capabilities. AI is expanding its knowledge base quickly. Even though AI claims its training was completed in 2021 or 2022, the models are receiving near constant "minor retraining" updates with new data.
The Bing co-pilot / VS Code co-pilot / GitHub co-pilot / RStudio co-pilots are awesome.
I have no way to prove or disprove this assertion, but from my own personal experiences I can say that I am receiving fewer and fewer unsatisfactory AI generated responses to my Base R queries.
I have enough Base R coding experience to usually make a query concise enough that I receive a response with the code or Base R answer I was seeking. Much more often than being wrong, the issue with AI involves a simple translation misunderstanding.
When I receive an AI response to one of my queries that is way off base, then I will closely review the wording of that query. Normally, I find I could have worded the query better. Usually, those responses I receive are not wrong - they are just answers to the wrong question. Those wayward responses to one of my queries are usually just responses to my poorly worded query.
I would suggest that querying AI for R Base coding questions might not be a satisfactory experience for those who do have enough coding experience to understand whether there was a problem with the question or a problem with the response.
I am more likely to frame a Base R query to AI as a statement rather than a question. And often these types of queries get a response that begins with "Yes, you're correct ...." . But in learning to work with AI, there will be a time when seeing many responses saying ""Apologies for the confusion earlier ...". But the confusion was from me, not from AI.