The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Anyone kindly help me to figure out how to change the font(language) into Japanese with R Visuals?
I am a Power BI user in Japan and trying to draw a fishbone visual with R(qcc).
I find the script below and draw a fishbone diagram successfully.
-------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------
However, once I changed the contents into Japanese, the visual failed to show a result.
Solved! Go to Solution.
Hi @Eliza1994 ,
It looks like R has a hard time reading in non-English characters in as text.
Maybe these options can help you :
odbcDriverConnect()
function of the RODBC
package, the argument DBMSencoding="UTF-8"
might work for you.readLines(url, encoding="UTF-8")
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Eliza1994 ,
It looks like R has a hard time reading in non-English characters in as text.
Maybe these options can help you :
odbcDriverConnect()
function of the RODBC
package, the argument DBMSencoding="UTF-8"
might work for you.readLines(url, encoding="UTF-8")
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
87 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
96 | |
75 | |
67 | |
52 | |
52 |