# Hoist

Hoist allows you to selectively pull component of a list-column out in to their own top-level column, using the same syntax as purrr::pluck().

## How to Access This Feature

You can access it from column menu of list columns. ![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2Fsync%2Ff28cfa30bcc6c46b704d8377941261fbb0729571.png?generation=1599523633388855\&alt=media)

## Unnest

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2Fsync%2Fd5fbfa54bc6373c9b85939e21852aa2026ce71f4.png?generation=1599523632016563\&alt=media)

* Column - List column from where you select a component.
* By Name or By Position - flag to decide whether you pull component by item name or by item position.
* Name (or Position) - The name (or the index) of the item that you want to pull.
* New Column Name - The resulting column name.
