org-table-create-or-convert-from-region
org-table-create-or-convert-from-region is an interactive autoloaded compiled Lisp function in `org-table.el
'.
(org-table-create-or-convert-from-region ARG)
Convert region to table, or create an empty table.
If there is an active region, convert it to a table, using the function
`org-table-convert-region'. See the documentation of that function
to learn how the prefix argument is interpreted to determine the field
separator.
If there is no such region, create an empty table with `org-table-create'.