prepare_join {starschemar}R Documentation

Transform a tibble to join

Description

Transform all fields in a tibble to character type and replace the NA with a specific value.

Usage

prepare_join(tb)

Arguments

tb

A tibble.

Value

A tibble.


[Package starschemar version 1.2.5 Index]