# NOT RUN {
library(dplyr)
data_frame(nameFund = "Blackstone Real Estate Fund IX", isNewFund = "N/A",
countAssets = 12000, amountAUM = 65000000, isRealEstateFund = 1) %>% tidy_column_formats(drop_na_columns = FALSE)
# }
Run the code above in your browser using DataLab