r-rudra / tidycells

Automatic transformation of untidy spreadsheet-like data into tidy form
https://r-rudra.github.io/tidycells/
Other
83 stars 10 forks source link

Create new Function read_it for reading data without heuristic detection #7

Open bedantaguru opened 4 years ago

bedantaguru commented 4 years ago

Modify read_cells to optionally opt for "heuristic detection" and "structural assignment". The proposed function read_it (should be a wrapper for read_cells with appropriate arguments) can do the following things

bedantaguru commented 4 years ago

read_it added but acts as a general-purpose reader. read_table added which is similar to what the issue is describing. More improvement needed.