Forum Discussion
Sebas2905
6 years agoFrequent Visitor
Error using R script transforming data
Hi I want to use R in Power Query to create a HMAC-SHA1 signature in Power Query. The R-Script I want to run is the following: library(httr) key <- "Key" string <- "String" signature <- sh...
- 6 years ago
Hi Sebas2905
Check if changing dataset$column1 to as.character(dataset$column1) would work.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-juanli-msft
6 years agoCommunity Support
Hi Sebas2905
Check if changing dataset$column1 to as.character(dataset$column1) would work.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Sebas29056 years agoFrequent Visitor
Hi Maggie,
It works! Thanks.
Best regards,
Sebastiaan