Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
col1、col2、col3、col4、.....、colm のような列を持つ「サンプル」という名前のテーブルが Spotfire にあります。以下のステートメントを使用しているため、R スクリプトを使用してデータ フレームとして保存する必要があります。
tbdf <- data.frame(tbinput)
ここで、「tbinput」はテーブル型の入力パラメーターで、テーブル「サンプル」に添付されています。含める必要があるものはありますか?