Update 43-r-lang.mdx

This commit is contained in:
wade zhang 2024-09-23 12:15:54 +08:00 committed by GitHub
parent 3bc08b5917
commit 4555da508f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ title: R Language Connector
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import Rdemo from "../../08-develop/01-connect/_connect_r.mdx"
import Rdemo from "../../07-develop/01-connect/_connect_r.mdx"
通过 R 语言中的 RJDBC 库可以使 R 语言程序支持访问 TDengine 数据。以下是安装过程、配置过程以及 R 语言示例代码。