'sort list of data to table

I got a list of data which I would like to get into R. However, it is very bad sorted with all parameters in one column below each other. I would like to sort it by R to a table with 1 row of "Timestamp" and separate columns for all the other parameters. Here is a screenshot of the initial data list:Input_Data

do you know a function that could help me?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source