Skip to contents

Get number of records in a WRDS table

Usage

wrds_table_count(conn, schema, table)

Arguments

conn

Database connection to WRDS created with wrds_connect.

schema

Name of WRDS schema, e.g., "crsp".

table

Table name within the given schema.

Value

An integer.