listify: Format a HTML unordered list

View source: R/listify.R

listifyR Documentation

Format a HTML unordered list

Description

listify reformats list objects as unordered HTML lists.

Usage

listify(nested_list)

Arguments

nested_list

A list object containing a combination of strings or lists. Each string element of the list is reformatted as a bullet in an unordered list. Each list object element is treated as a nested unordered list, which will possess a different bullet type.

Details

This function is for internal package use. It creates a string in HTML format that renders an unordered list when provided with a list object.

Value

An html-formatted list

Author(s)

Ryden Butler


RydenButler/labelR documentation built on May 9, 2023, 5:52 a.m.