rds2cpp
Read and write RDS/RDA files in C++
Loading...
Searching...
No Matches
rds2cpp.hpp
Go to the documentation of this file.
1#ifndef RDS2CPP_RDS2CPP_HPP
2#define RDS2CPP_RDS2CPP_HPP
3
12namespace rds2cpp {}
13
14#include "parse_rds.hpp"
15#include "write_rds.hpp"
16
17#include "parse_rda.hpp"
18#include "write_rda.hpp"
19
20#endif
Parse an RDS file in C++.
Definition StringEncoding.hpp:12
Parse an RDA (a.k.a., RData) file.
Parse an RDS file.
Write an RDA file.
Write an RDS file.