How to automatically upload files to SharePoint
Here is an example of how to automatically upload files to SharePoint Online by using PowerShell. By knowing how to run PowerShell script…
How to sync MS Teams files with local OneDrive folder
If you’re interested to use your MS Teams files like you usually would in File Explorer, then here is how to sync with…
Power Query error: We found extra characters at the end of JSON input
I was getting this error about extra characters at the end of JSON input while trying to connect to my JSON file in…
Power Query error: ResourceAccessForbiddenException
Here is one of the explanations if you have this Power Query error ResourceAccessForbiddenException while refreshing your data. If previously everything worked just…
How to connect to SharePoint file with Power Query or Power BI
There is a couple of ways how to connect to the SharePoint file with Power Query, but first of all, I recommend the…
Get full path to current R script
Are you wondering where is my current R script file located and how to determine the full path? Here is how to do…
How to restore deleted MS Teams channel
If you are here, then I suppose that it is not so intuitive to restore the deleted MS Teams channel.
Execute Windows CMD command (PowerShell) from R script
Here is an example of how to execute the Windows CMD command or PowerShell from R script. You can run cmd.exe by using…
R time shift problem after merging data
After merging two data frames by the date column, something weird was happening. Records did not match, and one of the date columns…