File: saveToExport.Rd

package info (click to toggle)
r-cran-readstata13 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 804 kB
  • sloc: cpp: 1,770; ansic: 278; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tools.R
\name{saveToExport}
\alias{saveToExport}
\title{Check if numeric vector can be expressed as integer vector}
\usage{
saveToExport(x)
}
\arguments{
\item{x}{vector of data frame}
}
\description{
Compression can reduce numeric vectors as integers if the vector does only
contain integer type data.
}