Results
The csv file in attId 1 is:
Copy to clipboard
"col01","col02","col03"
1,"a",10
2,"b",20
3,"c",30
4,"d",40
5,"e",50
1.1. Results Test 1a
Copy to clipboard
{R(attId)}
print(file_type);
print(data_file);
print(data);
{R}
Plugin disabled
Plugin r cannot be executed.
1.2. Results Test 1b
Copy to clipboard
{R(attId,type=text/csv)}
print(file_type);
print(data_file);
print(data);
{R}
Plugin disabled
Plugin r cannot be executed.
1.3. Results Test 1c
Copy to clipboard
{R(attId=1,type=text/csv)}
print(file_type);
print(data_file);
print(data);
{R}
Plugin disabled
Plugin r cannot be executed.
1.4. Results Test 1d
Copy to clipboard
{R(attId=1)}
print(file_type);
print(data_file);
print(data);
{R}
Plugin disabled
Plugin r cannot be executed.