Learn R Programming

multiplyr (version 0.1.1)

NA_class_: Returns NA of a particular class

Description

This is a horrible kludge needed so copy() doesn't complain about assigning NULL to a field when there's no cluster, i.e. for the slave nodes

Usage

NA_class_(type)

Arguments

type
Name of class

Value

NA with class set to type

Examples

Run this code

nacls <- NA_class_ ("SOCKcluster")

Run the code above in your browser using DataLab