write_excel_image: Write dataframe with image url to excel file with image...

Description Usage Arguments

Description

Write dataframe with image url to excel file with image column

Usage

1
2
3
write_excel_image(df, filename = tempfile(fileext = ".xlsx"),
  df_image_title_col_name, df_image_url_col_name, image_col_name,
  image_path = "/tmp/images", ...)

Arguments

df

a tbl or dataframe

filename

a file name to write to

df_image_title_col_name

the colname of the image title (usually the sku)

df_image_url_col_name

the colname of image url column

image_col_name

the colname for the image in df

image_path

the path to store images locally, defaults to "/tmp/images"

...

arguments passed to create_workbook_sku_image


shizidushu/hfun documentation built on May 27, 2019, 2:10 p.m.