Ali Khattak Posted February 18, 2020 Posted February 18, 2020 Hello, New to R (and TERR). How do I create a data function that has document properties (string, real etc) as inputs and stores them in a table. The function is called by a button click and I'd like it to create the table the first time it is called and subsequent calls should add rows to the same table. I am using the following script and it is not working: output Output, I've set output type to table and I'd like it to have 2 columns to store Param1 and Param2. Thanks in advance!
Khushboo Rabadia Posted February 21, 2020 Posted February 21, 2020 You can use below script which uses rbind to add rows from input table and document property values. df
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now